new ElvClient({contentSpaceId,fabricURIs,ethereumURIs,noCacheoptional,noAuthoptional}) → ElvClient
Create a new ElvClient
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
contentSpaceId |
string |
ID of the content space |
||
fabricURIs |
Array.<string> |
A list of full URIs to content fabric nodes |
||
ethereumURIs |
Array.<string> |
A list of full URIs to ethereum nodes |
||
noCache |
boolean |
<optional> |
false |
If enabled, blockchain transactions will not be cached |
noAuth |
boolean |
<optional> |
false |
If enabled, blockchain authorization will not be performed |
- Source:
Methods
async, static Configuration({configUrl,regionoptional}) → Promise.<Object>
Retrieve content space info and preferred fabric and blockchain URLs from the fabric
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
configUrl |
string |
Full URL to the config endpoint |
|
region |
string |
<optional> |
Preferred region - the fabric will auto-detect the best region if not specified
|
- Source:
async, static FromConfigurationUrl({configUrl,regionoptional,noCacheoptional,noAuthoptional}) → Promise.<ElvClient>
Create a new ElvClient from the specified configuration URL
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
configUrl |
string |
Full URL to the config endpoint |
||
region |
string |
<optional> |
Preferred region - the fabric will auto-detect the best region if not specified
|
|
noCache |
boolean |
<optional> |
false |
If enabled, blockchain transactions will not be cached |
noAuth |
boolean |
<optional> |
false |
If enabled, blockchain authorization will not be performed |
- Source:
async AccessGroupManagers({contractAddress}) → Promise.<Array.<string>>
Get a list of addresses of managers of the specified group
Parameters:
| Name | Type | Description |
|---|---|---|
contractAddress |
The address of the access group contract |
Examples
async AccessGroupManagers({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a"
});
[
"0x88d5b81ea76577bec472b26e17d3792eecfecb36",
"0x640ef5a38971208959d1b954b684cbefec7c3602"
]
async AccessGroupManagers({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a"
});
[
"0x640ef5a38971208959d1b954b684cbefec7c3602"
]
- Source:
async AccessGroupMembers({contractAddress}) → Promise.<Array.<string>>
Get a list of addresses of members of the specified group
Parameters:
| Name | Type | Description |
|---|---|---|
contractAddress |
The address of the access group contract |
Examples
async AccessGroupMembers({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a"
});
[
"0x88d5b81ea76577bec472b26e17d3792eecfecb36",
"0x640ef5a38971208959d1b954b684cbefec7c3602"
]
async AccessGroupMembers({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a"
});
[
"0x640ef5a38971208959d1b954b684cbefec7c3602"
]
- Source:
async AccessGroupOwner({libraryId}) → Promise.<string>
Returns the address of the owner of the specified content object
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
Example
- Source:
async AccessInfo({objectId,argsoptional}) → Promise.<Object>
Retrieve info about the access charge and permissions for the specified object.
Note: Access charge is specified in ether
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
objectId |
string |
ID of the object |
|
args |
object |
<optional> |
Arguments to the getAccessInfo method - See the base content contract |
Example
- Source:
async AccessRequest({libraryIdoptional,objectIdoptional,versionHashoptional,argsoptional,updateoptional,noCacheoptional}) → Promise.<Object>
Make an explicit call to accessRequest or updateRequest of the appropriate contract. Unless noCache is specified on this method or on the client, the resultant transaction hash of this method will be cached for all subsequent access to this contract.
Note: Access and update requests are handled automatically by ElvClient. Use this method only if you need to make an explicit call. For example, if you need to specify custom arguments to access a content object, you can call this method explicitly with those arguments. Since the result is cached (by default), all subsequent calls to that content object will be authorized with that AccessRequest transaction.
Note: If the access request has an associated charge, this charge will be determined and supplied automatically.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
|
objectId |
string |
<optional> |
ID of the object |
|
versionHash |
string |
<optional> |
Version hash of the object |
|
args |
Array |
<optional> |
[ |
Custom arguments to the accessRequest or updateRequest methods |
update |
boolean |
<optional> |
false |
If true, will call updateRequest instead of accessRequest |
noCache |
boolean |
<optional> |
false |
If true, the resultant transaction hash will not be cached for future use |
Example
async AccessRequest({
"versionHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"args": [
0,
"0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"",
[],
[]
]
});
{
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1513d"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d420000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x03"
},
"1": 0,
"2": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x03"
},
"level": 0,
"contentHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
],
"blockNumber": 117048,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1513d"
},
"status": 1,
"byzantium": true
}
- Source:
async AccessType({id}) → Promise.<string>
Return the type of contract backing the specified ID
Parameters:
| Name | Type | Description |
|---|---|---|
id |
string |
ID of the item |
Examples
- Source:
async AddAccessGroupManager({contractAddress,memberAddress}) → Promise.<string>
Add a manager to the access group at the specified contract address. This client's signer must be a manager of the access group.
Parameters:
| Name | Type | Description |
|---|---|---|
contractAddress |
string |
Address of the access group contract |
memberAddress |
string |
Address of the manager to add |
Examples
async AddAccessGroupManager({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"memberAddress": "88d5b81ea76577bec472b26e17d3792eecfecb36"
});
"0x3bf67feb126bb949b6735fdf58c8192c4a33ad03dc4891b37031eefa37976b65"
async AddAccessGroupManager({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"memberAddress": "0x640ef5a38971208959d1b954b684cbefec7c3602"
});
"0xfa9e71ab24b5abcc27c2dec6557fc422045f99c4cb395503db3f36e32d32fc0a"
- Source:
async AddAccessGroupMember({contractAddress,memberAddress}) → Promise.<string>
Add a member to the access group at the specified contract address. This client's signer must be a manager of the access group.
Parameters:
| Name | Type | Description |
|---|---|---|
contractAddress |
string |
Address of the access group contract |
memberAddress |
string |
Address of the member to add |
Examples
async AddAccessGroupMember({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"memberAddress": "0x88d5b81ea76577bec472b26e17d3792eecfecb36"
});
"0xfcce9b46b2bf9590ac2fc5f3f2acf7e35bb2089bd230fe42b88164e9dcd0873c"
async AddAccessGroupMember({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"memberAddress": "0x640ef5a38971208959d1b954b684cbefec7c3602"
});
"0xf0c804aec0210270ac7465a38f5b003807e02294463a90ef2c872e1b18e1aa3f"
- Source:
async AddContentLibraryGroup({libraryId,groupAddress,permission})
Add accessor, contributor or reviewer permissions for the specified group on the specified library
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
The ID of the library |
groupAddress |
string |
The address of the group |
permission |
string |
The type of permission to add ("accessor", "contributor", "reviewer") |
Examples
async AddContentLibraryGroup({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"groupAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"permission": "contributor"
});
<No Return Value>
async AddContentLibraryGroup({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"groupAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"permission": "reviewer"
});
<No Return Value>
async AddContentLibraryGroup({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"groupAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"permission": "accessor"
});
<No Return Value>
- Source:
async AddLibraryContentType({libraryId,typeIdoptional,typeNameoptional,typeHashoptional,customContractAddressoptional}) → Promise.<string>
Add a specified content type to a library
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the library |
|
typeId |
string |
<optional> |
ID of the content type |
typeName |
string |
<optional> |
Name of the content type |
typeHash |
string |
<optional> |
Version hash of the content type |
customContractAddress |
string |
<optional> |
Address of the custom contract to associate with this content type for this library |
Examples
async AddLibraryContentType({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"typeName": "Test Content Type a432aafb64ff9ffa8b10"
});
"0x6d53cd2339de0adfe9570f35bc02e0a5b6f128160f03a73db01f2f111909377c"
async AddLibraryContentType({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"typeId": "iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB"
});
"0xb8cb7d0700e086d7627a22751c518ee2333dc580de59da0d1c423e3dd5d99bb8"
- Source:
async AvailableDRMs() → Promise.<Array.<string>>
Determine available DRM types available in this browser environment.
- Source:
async BitmovinPlayoutOptions({objectIdoptional,versionHash,protocolsoptional,drmsoptional})
Retrieve playout options in BitMovin player format for the specified content that satisfy the given protocol and DRM requirements
If only objectId is specified, latest version will be played. To retrieve playout options for a specific version of the content, provide the versionHash parameter (in which case objectId is unnecessary)
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
objectId |
string |
<optional> |
Id of the content |
|
versionHash |
string |
Version hash of the content |
||
protocols |
Array.<string> |
<optional> |
["dash", |
"hls"] - Acceptable playout protocols |
drms |
Array.<string> |
<optional> |
[ |
Acceptable DRM formats |
Example
async BitmovinPlayoutOptions({
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"protocols": [
"hls",
"dash"
],
"drms": [
"widevine",
"aes-128"
]
});
{
"drm": {
"widevine": {
"LA_URL": "https://host-35-237-243-135.test.contentfabric.io/wv/?qhash=hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"headers": {
"Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCIsImFkZHIiOiIweDY0MGVmNWEzODk3MTIwODk1OWQxYjk1NGI2ODRjQkVGZUM3YzM2MDIiLCJxaWQiOiJpcV9fVEVxSjR5YVpidGFDZkxuM3o1ZjNZdUxWNzhYIiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzM1MTIzNTgsImV4cCI6MTU3MzU5ODc1OCwiYXV0aF9zaWciOiJFUzI1NktfREo4aHlyYjk1WDdxZ3hSQ2JCTndnMWsyTURHY2l4ajhaZ3Q1WTJ4M2lYVkw3UEptbnh5TTFqNGNoZE1ZRnJ2a1pLaTJzS0c1NzNYYVRiV3N4UEgxVUp0YTQiLCJhZmdoX3BrIjoiIn0=.RVMyNTZLX01MVWZ3d3VxQVZyaTNRMmZVUWNCWTFuc0ZXRkVKb2FKMWhhY1ZDRlNkQmZiUlRTdmhIa24zaXZ0NzRMeXdZMVlSVENXUlFDWXBxWWFQdjlDMnpRc0Z1cWJo"
}
}
},
"dash": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib2xKLSTREbeKmtvNGymye7aBsPCJd/q/hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX/rep/playout/default/dash-widevine/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCIsImFkZHIiOiIweDY0MGVmNWEzODk3MTIwODk1OWQxYjk1NGI2ODRjQkVGZUM3YzM2MDIiLCJxaWQiOiJpcV9fVEVxSjR5YVpidGFDZkxuM3o1ZjNZdUxWNzhYIiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzM1MTIzNTgsImV4cCI6MTU3MzU5ODc1OCwiYXV0aF9zaWciOiJFUzI1NktfREo4aHlyYjk1WDdxZ3hSQ2JCTndnMWsyTURHY2l4ajhaZ3Q1WTJ4M2lYVkw3UEptbnh5TTFqNGNoZE1ZRnJ2a1pLaTJzS0c1NzNYYVRiV3N4UEgxVUp0YTQiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX01MVWZ3d3VxQVZyaTNRMmZVUWNCWTFuc0ZXRkVKb2FKMWhhY1ZDRlNkQmZiUlRTdmhIa24zaXZ0NzRMeXdZMVlSVENXUlFDWXBxWWFQdjlDMnpRc0Z1cWJo",
"hls": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib2xKLSTREbeKmtvNGymye7aBsPCJd/q/hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX/rep/playout/default/hls-aes128/playlist.m3u8?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCIsImFkZHIiOiIweDY0MGVmNWEzODk3MTIwODk1OWQxYjk1NGI2ODRjQkVGZUM3YzM2MDIiLCJxaWQiOiJpcV9fVEVxSjR5YVpidGFDZkxuM3o1ZjNZdUxWNzhYIiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzM1MTIzNTgsImV4cCI6MTU3MzU5ODc1OCwiYXV0aF9zaWciOiJFUzI1NktfREo4aHlyYjk1WDdxZ3hSQ2JCTndnMWsyTURHY2l4ajhaZ3Q1WTJ4M2lYVkw3UEptbnh5TTFqNGNoZE1ZRnJ2a1pLaTJzS0c1NzNYYVRiV3N4UEgxVUp0YTQiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX01MVWZ3d3VxQVZyaTNRMmZVUWNCWTFuc0ZXRkVKb2FKMWhhY1ZDRlNkQmZiUlRTdmhIa24zaXZ0NzRMeXdZMVlSVENXUlFDWXBxWWFQdjlDMnpRc0Z1cWJo"
}
- Source:
async CachedAccessTransaction({libraryIdoptional,objectIdoptional,versionHashoptional}) → Promise.<string>
Return the cached access transaction of the specified item, if present
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
objectId |
string |
<optional> |
ID of the object |
versionHash |
string |
<optional> |
Version hash of the object |
Examples
async CachedAccessTransaction({
"versionHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq"
});
"0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27"
async CachedAccessTransaction({
"versionHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq"
});
<No Return Value>
- Source:
async CallBitcodeMethod({libraryIdoptional,objectIdoptional,versionHashoptional,writeTokenoptional,method,queryParamsoptional,bodyoptional,headersoptional,constantoptional,formatoptional}) → Promise.<format>
Call the specified bitcode method on the specified object
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
|
objectId |
string |
<optional> |
ID of the object |
|
versionHash |
string |
<optional> |
Hash of the object version - if not specified, latest version will be used |
|
writeToken |
string |
<optional> |
Write token of an object draft - if calling bitcode of a draft object |
|
method |
string |
Bitcode method to call |
||
queryParams |
Object |
<optional> |
Query parameters to include in the request |
|
body |
Object |
<optional> |
Request body to include, if calling a non-constant method |
|
headers |
Object |
<optional> |
Request headers to include |
|
constant |
boolean |
<optional> |
true |
If specified, a GET request authenticated with an AccessRequest will be made. Otherwise, a POST with an UpdateRequest will be performed |
format |
string |
<optional> |
json |
The format of the response |
Examples
async CallBitcodeMethod({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__26gUWeQaKPn9XBrvyHDQi5wP1hwx",
"writeToken": "tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi",
"method": "media/production_master/init",
"body": {},
"constant": false
});
{
"logs": [
"2019-11-11 22:44:56 Debug: avtest.initProdMaster()",
"2019-11-11 22:44:56 Info: Get list of files from object",
"2019-11-11 22:44:56 Info: 2 item(s) found in file list.",
"2019-11-11 22:44:56 Info: Skipping '.'",
"2019-11-11 22:44:56 Info: Analyzing Video.mp4",
"2019-11-11 22:44:56 Debug: getAvpReqCtx filePath=Video.mp4 qhot=tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi key=tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi.txAll.Video.mp4"
]
}
async CallBitcodeMethod({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"writeToken": "tqw_5GguoopBqsdB4y9DV2sJWdJrjkb9TwGCJ",
"method": "media/abr_mezzanine/init",
"headers": {
"Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4MjVkZDIyNjE1MmE0YjRlMWY4YTQxOWE4ODM0ZGM3MTIzN2JiZDg1MzhiYTdjMWYyOWFjNDI2YjNlYmE5NjNjYSIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCJ9.RVMyNTZLX3NOZWlRekw4NFFaOFNEMng2a3BrcVBTSkVFYWt6bkVwakN6bnh0Q3JWOERjQzRWQnd3UUd2SlFSdThFc212VGdzYzRGcHR6ZnJLc1lySHJjVGZXNEFUcmE=,Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4NzdlNmVmNTE3Y2JkY2UyZWU5YzBhNjg4Y2EyMDYwNDNiOWVkZWFjODljZWY3ODY3NjkyYjVmODExZjU2MGY2YyIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCJ9.RVMyNTZLXzVrWGVYd1F1cFpnQktUVFZwVVBXY0pjUkRQV2I2c3FjRFpINEN3ekU2Tm1INXdkYWRXdnpYZXdLWmg2SlN6TVh4VVczUVBDM0p0TlpQU2JiQ0R0TnYyMjNr,Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4M2FlYTM2ZTg3OTRkMDQ2OWJjODgwYWUzMmQzY2ZiMmU3NTM1OGE1Y2Y3YWIzYWMyMjk4ZDU2OGMzMDFjZDliZSJ9.RVMyNTZLX0RGQ2s5ZWJjZUhkYlg0RFVUVzlvNGJmYlExZTh2ZjFxZE5OR21uTUJGM0FyVUdRTHNWWVFzckpTNHllTDgzRkdNQjJxNHlUWHMxZHduS015dG9CZVlOckxL",
"Accept": "application/json",
"Content-type": "application/json"
},
"body": {
"offering_key": "default",
"variant_key": "default",
"prod_master_hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8"
},
"constant": false
});
{
"logs": [
"2019-11-11 22:45:04 Debug: apiAbrMezzanineInit()",
"2019-11-11 22:45:04 Info: Get abr.Profile from lib",
"2019-11-11 22:45:04 Info: Get production.Master",
"2019-11-11 22:45:04 Debug: getProductionVariantCtx(hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8,default)",
"2019-11-11 22:45:04 Debug: getting production.Master: hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"2019-11-11 22:45:04 Debug: Get production.Variant 'default' from production.Master",
"2019-11-11 22:45:04 Info: Generate abr.Offering",
"2019-11-11 22:45:04 Info: Saving metadata"
]
}
async CallBitcodeMethod({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"writeToken": "tqw_HuXPPs7zKjGx1CAht2FVfszWitMZaMWXT",
"headers": {
"Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4MjVkZDIyNjE1MmE0YjRlMWY4YTQxOWE4ODM0ZGM3MTIzN2JiZDg1MzhiYTdjMWYyOWFjNDI2YjNlYmE5NjNjYSIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCJ9.RVMyNTZLX3NOZWlRekw4NFFaOFNEMng2a3BrcVBTSkVFYWt6bkVwakN6bnh0Q3JWOERjQzRWQnd3UUd2SlFSdThFc212VGdzYzRGcHR6ZnJLc1lySHJjVGZXNEFUcmE=,Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4M2FlYTM2ZTg3OTRkMDQ2OWJjODgwYWUzMmQzY2ZiMmU3NTM1OGE1Y2Y3YWIzYWMyMjk4ZDU2OGMzMDFjZDliZSJ9.RVMyNTZLX0RGQ2s5ZWJjZUhkYlg0RFVUVzlvNGJmYlExZTh2ZjFxZE5OR21uTUJGM0FyVUdRTHNWWVFzckpTNHllTDgzRkdNQjJxNHlUWHMxZHduS015dG9CZVlOckxL",
"Accept": "application/json",
"Content-type": "application/json"
},
"method": "media/abr_mezzanine/prep_start",
"constant": false,
"body": {
"offering_key": "default"
}
});
{
"data": [
"241d9fbd-6dcb-4438-8aea-2aec633f71bf",
"0f3f0a8b-97dd-484d-80f9-e27ec087b7dc"
],
"logs": [
"2019-11-11 22:45:09 Debug: getAvpReqCtx filePath=Video.mp4 qhot=hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8 key=hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8.txAudio.Video.mp4",
"2019-11-11 22:45:09 Debug: getAvpReqCtx filePath=Video.mp4 qhot=hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8 key=hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8.txVideo.Video.mp4"
]
}
async CallBitcodeMethod({
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"writeToken": "tqw_HuXPPs7zKjGx1CAht2FVfszWitMZaMWXT",
"method": "media/abr_mezzanine/offerings/default/finalize",
"headers": {
"Authorization": "Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4MjVkZDIyNjE1MmE0YjRlMWY4YTQxOWE4ODM0ZGM3MTIzN2JiZDg1MzhiYTdjMWYyOWFjNDI2YjNlYmE5NjNjYSIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCJ9.RVMyNTZLX3NOZWlRekw4NFFaOFNEMng2a3BrcVBTSkVFYWt6bkVwakN6bnh0Q3JWOERjQzRWQnd3UUd2SlFSdThFc212VGdzYzRGcHR6ZnJLc1lySHJjVGZXNEFUcmE=,Bearer eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4M2FlYTM2ZTg3OTRkMDQ2OWJjODgwYWUzMmQzY2ZiMmU3NTM1OGE1Y2Y3YWIzYWMyMjk4ZDU2OGMzMDFjZDliZSJ9.RVMyNTZLX0RGQ2s5ZWJjZUhkYlg0RFVUVzlvNGJmYlExZTh2ZjFxZE5OR21uTUJGM0FyVUdRTHNWWVFzckpTNHllTDgzRkdNQjJxNHlUWHMxZHduS015dG9CZVlOckxL",
"Accept": "application/json",
"Content-type": "application/json"
},
"constant": false
});
{
"logs": [
"2019-11-11 22:45:50 Debug: getProductionVariantCtx(hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8,default)",
"2019-11-11 22:45:50 Debug: getting production.Master: hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"2019-11-11 22:45:50 Debug: Get production.Variant 'default' from production.Master"
]
}
- Source:
async CallContractMethod({contractAddress,abi,methodName,methodArgsoptional,valueoptional,formatArgumentsoptional,overridesoptional}) → Promise.<*>
Call the specified method on a deployed contract. This action will be performed by this client's signer.
Use this method to call constant methods and contract attributes, as well as transaction-performing methods for which the transaction does not need to be awaited.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
contractAddress |
string |
Address of the contract to call the specified method on |
||
abi |
Object |
ABI of contract |
||
methodName |
string |
Method to call on the contract |
||
methodArgs |
Array |
<optional> |
List of arguments to the contract constructor |
|
value |
number | BigNumber |
<optional> |
Amount of ether to include in the transaction |
|
formatArguments |
boolean |
<optional> |
true |
If specified, the arguments will automatically be formatted to the ABI specification |
overrides |
Object |
<optional> |
Change default gasPrice or gasLimit used for this action |
Examples
async CallContractMethod({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "name",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_locator",
"type": "bytes"
}
],
"name": "submitNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "registerSpaceNode",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "createLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "numActiveNodes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "activeNodeLocators",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "activeNodeAddresses",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsAddr",
"type": "address"
}
],
"name": "getKMSID",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "userWallets",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "addNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "addKMSLocator",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "pendingNodeLocators",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "pendingNodeAddresses",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "description",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createAccessWallet",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setWalletFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setGroupFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setContentFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsIdStr",
"type": "string"
}
],
"name": "checkKMS",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space_description",
"type": "string"
}
],
"name": "setDescription",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setLibraryFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "getAccessWallet",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_pubKey",
"type": "string"
}
],
"name": "setKMSPublicKey",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "unregisterSpaceNode",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "groupFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
}
],
"name": "removeNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "factory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "walletFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "engageAccountLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsAddr",
"type": "address"
}
],
"name": "checkKMSAddr",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
}
],
"name": "approveNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_v",
"type": "uint8[]"
},
{
"name": "_r",
"type": "bytes32[]"
},
{
"name": "_s",
"type": "bytes32[]"
},
{
"name": "_from",
"type": "address[]"
},
{
"name": "_dest",
"type": "address[]"
},
{
"name": "_value",
"type": "uint256[]"
},
{
"name": "_ts",
"type": "uint256[]"
}
],
"name": "executeBatch",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "numPendingNodes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "nodeMapping",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "removeKMSLocator",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "content_space_name",
"type": "string"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentTypeAddress",
"type": "address"
}
],
"name": "CreateContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "libraryAddress",
"type": "address"
}
],
"name": "CreateLibrary",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "groupAddress",
"type": "address"
}
],
"name": "CreateGroup",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
}
],
"name": "CreateContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "wallet",
"type": "address"
}
],
"name": "CreateAccessWallet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accountAddress",
"type": "address"
}
],
"name": "EngageAccountLibrary",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "factory",
"type": "address"
}
],
"name": "SetFactory",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "nodeObjAddr",
"type": "address"
}
],
"name": "RegisterNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "nodeObjAddr",
"type": "address"
}
],
"name": "UnregisterNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "sender",
"type": "address"
},
{
"indexed": false,
"name": "status",
"type": "uint256"
}
],
"name": "AddKMSLocator",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "sender",
"type": "address"
},
{
"indexed": false,
"name": "status",
"type": "uint256"
}
],
"name": "RemoveKMSLocator",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "version",
"type": "bytes32"
},
{
"indexed": false,
"name": "owner",
"type": "address"
}
],
"name": "CreateSpace",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "walletAddress",
"type": "address"
}
],
"name": "GetAccessWallet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addr",
"type": "address"
},
{
"indexed": false,
"name": "locator",
"type": "bytes"
}
],
"name": "NodeSubmitted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addr",
"type": "address"
},
{
"indexed": false,
"name": "locator",
"type": "bytes"
}
],
"name": "NodeApproved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "ownerAddr",
"type": "address"
},
{
"indexed": false,
"name": "nodeAddr",
"type": "address"
}
],
"name": "AddNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "ownerAddr",
"type": "address"
},
{
"indexed": false,
"name": "nodeAddr",
"type": "address"
}
],
"name": "RemoveNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
"methodName": "userWallets",
"methodArgs": [
"0x640ef5a38971208959d1b954b684cBEFeC7c3602"
]
});
"0x0000000000000000000000000000000000000000"
async CallContractMethod({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "name",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_locator",
"type": "bytes"
}
],
"name": "submitNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "registerSpaceNode",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "createLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "numActiveNodes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "activeNodeLocators",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "activeNodeAddresses",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsAddr",
"type": "address"
}
],
"name": "getKMSID",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "userWallets",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "addNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "addKMSLocator",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "pendingNodeLocators",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "pendingNodeAddresses",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "description",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createAccessWallet",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setWalletFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setGroupFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setContentFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsIdStr",
"type": "string"
}
],
"name": "checkKMS",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space_description",
"type": "string"
}
],
"name": "setDescription",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setLibraryFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "getAccessWallet",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_pubKey",
"type": "string"
}
],
"name": "setKMSPublicKey",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "unregisterSpaceNode",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "groupFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
}
],
"name": "removeNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "factory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "walletFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "engageAccountLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsAddr",
"type": "address"
}
],
"name": "checkKMSAddr",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
}
],
"name": "approveNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_v",
"type": "uint8[]"
},
{
"name": "_r",
"type": "bytes32[]"
},
{
"name": "_s",
"type": "bytes32[]"
},
{
"name": "_from",
"type": "address[]"
},
{
"name": "_dest",
"type": "address[]"
},
{
"name": "_value",
"type": "uint256[]"
},
{
"name": "_ts",
"type": "uint256[]"
}
],
"name": "executeBatch",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "numPendingNodes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "nodeMapping",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "removeKMSLocator",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "content_space_name",
"type": "string"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentTypeAddress",
"type": "address"
}
],
"name": "CreateContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "libraryAddress",
"type": "address"
}
],
"name": "CreateLibrary",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "groupAddress",
"type": "address"
}
],
"name": "CreateGroup",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
}
],
"name": "CreateContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "wallet",
"type": "address"
}
],
"name": "CreateAccessWallet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accountAddress",
"type": "address"
}
],
"name": "EngageAccountLibrary",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "factory",
"type": "address"
}
],
"name": "SetFactory",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "nodeObjAddr",
"type": "address"
}
],
"name": "RegisterNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "nodeObjAddr",
"type": "address"
}
],
"name": "UnregisterNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "sender",
"type": "address"
},
{
"indexed": false,
"name": "status",
"type": "uint256"
}
],
"name": "AddKMSLocator",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "sender",
"type": "address"
},
{
"indexed": false,
"name": "status",
"type": "uint256"
}
],
"name": "RemoveKMSLocator",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "version",
"type": "bytes32"
},
{
"indexed": false,
"name": "owner",
"type": "address"
}
],
"name": "CreateSpace",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "walletAddress",
"type": "address"
}
],
"name": "GetAccessWallet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addr",
"type": "address"
},
{
"indexed": false,
"name": "locator",
"type": "bytes"
}
],
"name": "NodeSubmitted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addr",
"type": "address"
},
{
"indexed": false,
"name": "locator",
"type": "bytes"
}
],
"name": "NodeApproved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "ownerAddr",
"type": "address"
},
{
"indexed": false,
"name": "nodeAddr",
"type": "address"
}
],
"name": "AddNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "ownerAddr",
"type": "address"
},
{
"indexed": false,
"name": "nodeAddr",
"type": "address"
}
],
"name": "RemoveNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
"methodName": "userWallets",
"methodArgs": [
"0x640ef5a38971208959d1b954b684cBEFeC7c3602"
]
});
"0x6305A8645bBCd3EDE17a38DD20ca948743c754db"
async CallContractMethod({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "hasManagerAccess",
"methodArgs": [
"0x88d5b81ea76577bec472b26e17d3792eecfecb36"
]
});
true
async CallContractMethod({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "membersNum"
});
{
"_hex": "0x02"
}
async CallContractMethod({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "membersList",
"methodArgs": [
0
]
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "membersList",
"methodArgs": [
1
]
});
"0x640ef5a38971208959d1b954b684cBEFeC7c3602"
async CallContractMethod({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "managersNum"
});
{
"_hex": "0x02"
}
async CallContractMethod({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "managersList",
"methodArgs": [
0
]
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "managersList",
"methodArgs": [
1
]
});
"0x640ef5a38971208959d1b954b684cBEFeC7c3602"
async CallContractMethod({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "membersNum"
});
{
"_hex": "0x01"
}
async CallContractMethod({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "membersList",
"methodArgs": [
0
]
});
"0x640ef5a38971208959d1b954b684cBEFeC7c3602"
async CallContractMethod({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "managersNum"
});
{
"_hex": "0x01"
}
async CallContractMethod({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "managersList",
"methodArgs": [
0
]
});
"0x640ef5a38971208959d1b954b684cBEFeC7c3602"
async CallContractMethod({
"contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "name",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_locator",
"type": "bytes"
}
],
"name": "submitNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "registerSpaceNode",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "createLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "numActiveNodes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "activeNodeLocators",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "activeNodeAddresses",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsAddr",
"type": "address"
}
],
"name": "getKMSID",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "userWallets",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "addNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "addKMSLocator",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "pendingNodeLocators",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "pendingNodeAddresses",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "description",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createAccessWallet",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setWalletFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setGroupFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setContentFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsIdStr",
"type": "string"
}
],
"name": "checkKMS",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space_description",
"type": "string"
}
],
"name": "setDescription",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setLibraryFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "getAccessWallet",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_pubKey",
"type": "string"
}
],
"name": "setKMSPublicKey",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "unregisterSpaceNode",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "groupFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
}
],
"name": "removeNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "factory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "walletFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "engageAccountLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsAddr",
"type": "address"
}
],
"name": "checkKMSAddr",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
}
],
"name": "approveNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_v",
"type": "uint8[]"
},
{
"name": "_r",
"type": "bytes32[]"
},
{
"name": "_s",
"type": "bytes32[]"
},
{
"name": "_from",
"type": "address[]"
},
{
"name": "_dest",
"type": "address[]"
},
{
"name": "_value",
"type": "uint256[]"
},
{
"name": "_ts",
"type": "uint256[]"
}
],
"name": "executeBatch",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "numPendingNodes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "nodeMapping",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "removeKMSLocator",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "content_space_name",
"type": "string"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentTypeAddress",
"type": "address"
}
],
"name": "CreateContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "libraryAddress",
"type": "address"
}
],
"name": "CreateLibrary",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "groupAddress",
"type": "address"
}
],
"name": "CreateGroup",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
}
],
"name": "CreateContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "wallet",
"type": "address"
}
],
"name": "CreateAccessWallet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accountAddress",
"type": "address"
}
],
"name": "EngageAccountLibrary",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "factory",
"type": "address"
}
],
"name": "SetFactory",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "nodeObjAddr",
"type": "address"
}
],
"name": "RegisterNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "nodeObjAddr",
"type": "address"
}
],
"name": "UnregisterNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "sender",
"type": "address"
},
{
"indexed": false,
"name": "status",
"type": "uint256"
}
],
"name": "AddKMSLocator",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "sender",
"type": "address"
},
{
"indexed": false,
"name": "status",
"type": "uint256"
}
],
"name": "RemoveKMSLocator",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "version",
"type": "bytes32"
},
{
"indexed": false,
"name": "owner",
"type": "address"
}
],
"name": "CreateSpace",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "walletAddress",
"type": "address"
}
],
"name": "GetAccessWallet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addr",
"type": "address"
},
{
"indexed": false,
"name": "locator",
"type": "bytes"
}
],
"name": "NodeSubmitted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addr",
"type": "address"
},
{
"indexed": false,
"name": "locator",
"type": "bytes"
}
],
"name": "NodeApproved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "ownerAddr",
"type": "address"
},
{
"indexed": false,
"name": "nodeAddr",
"type": "address"
}
],
"name": "AddNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "ownerAddr",
"type": "address"
},
{
"indexed": false,
"name": "nodeAddr",
"type": "address"
}
],
"name": "RemoveNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "addressKMS"
});
"0x024E380255B1f88AD89603C628f32bA0fb222Fa4"
async CallContractMethod({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "contributorGroupsLength"
});
{
"_hex": "0x00"
}
async CallContractMethod({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "reviewerGroupsLength"
});
{
"_hex": "0x00"
}
async CallContractMethod({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "accessorGroupsLength"
});
{
"_hex": "0x00"
}
async CallContractMethod({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "contributorGroupsLength"
});
{
"_hex": "0x01"
}
async CallContractMethod({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "contributorGroups",
"methodArgs": [
0
]
});
"0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A"
async CallContractMethod({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "reviewerGroupsLength"
});
{
"_hex": "0x01"
}
async CallContractMethod({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "reviewerGroups",
"methodArgs": [
0
]
});
"0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A"
async CallContractMethod({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "accessorGroupsLength"
});
{
"_hex": "0x01"
}
async CallContractMethod({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "accessorGroups",
"methodArgs": [
0
]
});
"0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A"
async CallContractMethod({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"methodName": "setVisibility",
"methodArgs": [
100
]
});
{
"nonce": 29,
"gasPrice": {
"_hex": "0x01dcd65000"
},
"gasLimit": {
"_hex": "0x6dd2"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x00"
},
"data": "0xaa024e8b0000000000000000000000000000000000000000000000000000000000000064",
"chainId": 955210,
"v": 1910455,
"r": "0xbd0da3d75cb9b8248285e7525988501466ccbbc004c34c0bd881bd63515f7576",
"s": "0x040c8373244a8ea915c1619403e98e4bdd3884dd5b0478245ef6e1db28bad534",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"hash": "0x7087c3e351cede4c14cc8afeef2555b5b9022b4895c54f3d299e8636626c5a55",
"wait": "<function>"
}
async CallContractMethod({
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x2914dad368c17d65d5daded40fadeccd64067577",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x3f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f6",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x3ef3813af5fc3f14b9d7490ad4481dea3cdefe79",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x0ef069c1fc5997075b80e079dc77aef5e59eb635",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x71e24b2ceb5eb4a688d754e14ad082f05597edce",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0xa6b606f7a49dbcfcd9493b940fb1280ea21f4abd",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x693515d411b36b65aa1d610400f20166e9198b0a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x18c7d13d59fcaee786c34180a60cd0416423538a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x56dc8be160f1b1354939cf4798548531f102ee2f",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x83d7ec63cfde6b1df08165f1e3779ac8b7ba3f84",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "addressKMS"
});
"0x024E380255B1f88AD89603C628f32bA0fb222Fa4"
async CallContractMethod({
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "getKMSInfo",
"methodArgs": [
[]
],
"formatArguments": false
});
[
"https://host-35-237-243-135.test.contentfabric.io/eth/,https://host-35-236-19-5.test.contentfabric.io/eth/,https://host-35-226-231-183.test.contentfabric.io/eth/",
"kepk26soZ1cGaPmLAhinoBRoMePQi8dHrTwATw91fvkJ5xDE8"
]
async CallContractMethod({
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "getAccessInfo",
"methodArgs": [
0,
[],
[]
]
});
[
0,
0,
{
"_hex": "0x00"
}
]
async CallContractMethod({
"contractAddress": "0x4ecf17d82730b9770e872984f701196a80c8cfb3",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x2078ccf4d5eb9ff0b4b26eaec0526158fadfb25c",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "owner",
"methodArgs": []
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
async CallContractMethod({
"contractAddress": "0x2078ccf4d5eb9ff0b4b26eaec0526158fadfb25c",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "libraryAddress"
});
"0x8C3c78Faa774151EC3899d20F31A54efb1729B9a"
async CallContractMethod({
"contractAddress": "0x2078ccf4d5eb9ff0b4b26eaec0526158fadfb25c",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "getKMSInfo",
"methodArgs": [
[]
],
"formatArguments": false
});
[
"https://host-35-237-243-135.test.contentfabric.io/eth/,https://host-35-236-19-5.test.contentfabric.io/eth/,https://host-35-226-231-183.test.contentfabric.io/eth/",
"kepk26soZ1cGaPmLAhinoBRoMePQi8dHrTwATw91fvkJ5xDE8"
]
async CallContractMethod({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"methodName": "setVisibility",
"methodArgs": [
10
]
});
{
"nonce": 88,
"gasPrice": {
"_hex": "0x01dcd65000"
},
"gasLimit": {
"_hex": "0x6dd2"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x00"
},
"data": "0xaa024e8b000000000000000000000000000000000000000000000000000000000000000a",
"chainId": 955210,
"v": 1910456,
"r": "0xb2bb88e0bb004d65b854ba0ffe61f9ad867dddb23f76cdcbe9a0fd850c977717",
"s": "0x6999f40d3076704ced02dee5181c28cc7dbb146b594038783e0fe3602bd3a080",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"hash": "0x1f6c1be4be86543814d584b86b4180dbf5e3a07463abc790d49456fe2db25731",
"wait": "<function>"
}
- Source:
async CallContractMethodAndWait({contractAddress,abi,methodName,methodArgsoptional,valueoptional,overridesoptional,formatArgumentsoptional}) → Promise.<*>
Call the specified method on a deployed contract and wait for the transaction to be mined. This action will be performed by this client's signer.
Use this method to call transaction-performing methods and wait for the transaction to complete.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
contractAddress |
string |
Address of the contract to call the specified method on |
||
abi |
Object |
ABI of contract |
||
methodName |
string |
Method to call on the contract |
||
methodArgs |
Array.<string> |
<optional> |
[ |
List of arguments to the contract constructor |
value |
number | BigNumber |
<optional> |
Amount of ether to include in the transaction |
|
overrides |
Object |
<optional> |
Change default gasPrice or gasLimit used for this action |
|
formatArguments |
boolean |
<optional> |
true |
If specified, the arguments will automatically be formatted to the ABI specification |
Examples
async CallContractMethodAndWait({
"contractAddress": "0x8f5b42b31d734800c5f1d3be26461f3827d65498",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "name",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_locator",
"type": "bytes"
}
],
"name": "submitNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "registerSpaceNode",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "createLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "numActiveNodes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "activeNodeLocators",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "activeNodeAddresses",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsAddr",
"type": "address"
}
],
"name": "getKMSID",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "userWallets",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "addNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "addKMSLocator",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "pendingNodeLocators",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "pendingNodeAddresses",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "description",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createAccessWallet",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setWalletFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setGroupFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setContentFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsIdStr",
"type": "string"
}
],
"name": "checkKMS",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space_description",
"type": "string"
}
],
"name": "setDescription",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setLibraryFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "getAccessWallet",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_pubKey",
"type": "string"
}
],
"name": "setKMSPublicKey",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "unregisterSpaceNode",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "groupFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
}
],
"name": "removeNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "factory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "walletFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "engageAccountLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsAddr",
"type": "address"
}
],
"name": "checkKMSAddr",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
}
],
"name": "approveNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_v",
"type": "uint8[]"
},
{
"name": "_r",
"type": "bytes32[]"
},
{
"name": "_s",
"type": "bytes32[]"
},
{
"name": "_from",
"type": "address[]"
},
{
"name": "_dest",
"type": "address[]"
},
{
"name": "_value",
"type": "uint256[]"
},
{
"name": "_ts",
"type": "uint256[]"
}
],
"name": "executeBatch",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "numPendingNodes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "nodeMapping",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "removeKMSLocator",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "content_space_name",
"type": "string"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentTypeAddress",
"type": "address"
}
],
"name": "CreateContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "libraryAddress",
"type": "address"
}
],
"name": "CreateLibrary",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "groupAddress",
"type": "address"
}
],
"name": "CreateGroup",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
}
],
"name": "CreateContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "wallet",
"type": "address"
}
],
"name": "CreateAccessWallet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accountAddress",
"type": "address"
}
],
"name": "EngageAccountLibrary",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "factory",
"type": "address"
}
],
"name": "SetFactory",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "nodeObjAddr",
"type": "address"
}
],
"name": "RegisterNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "nodeObjAddr",
"type": "address"
}
],
"name": "UnregisterNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "sender",
"type": "address"
},
{
"indexed": false,
"name": "status",
"type": "uint256"
}
],
"name": "AddKMSLocator",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "sender",
"type": "address"
},
{
"indexed": false,
"name": "status",
"type": "uint256"
}
],
"name": "RemoveKMSLocator",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "version",
"type": "bytes32"
},
{
"indexed": false,
"name": "owner",
"type": "address"
}
],
"name": "CreateSpace",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "walletAddress",
"type": "address"
}
],
"name": "GetAccessWallet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addr",
"type": "address"
},
{
"indexed": false,
"name": "locator",
"type": "bytes"
}
],
"name": "NodeSubmitted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addr",
"type": "address"
},
{
"indexed": false,
"name": "locator",
"type": "bytes"
}
],
"name": "NodeApproved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "ownerAddr",
"type": "address"
},
{
"indexed": false,
"name": "nodeAddr",
"type": "address"
}
],
"name": "AddNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "ownerAddr",
"type": "address"
},
{
"indexed": false,
"name": "nodeAddr",
"type": "address"
}
],
"name": "RemoveNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "createAccessWallet",
"methodArgs": []
});
{
"to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"from": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x3f1dfb"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000008000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x4dfba9aa2e04da2ee58276ecb0add3c9c4a61641a6a31868637626fb9268b5a4",
"transactionHash": "0x80b65f8926211e3b5933d4a6c25ac00b258dcffc349aee41530425a7815944c9",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116869,
"transactionHash": "0x80b65f8926211e3b5933d4a6c25ac00b258dcffc349aee41530425a7815944c9",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca"
],
"data": "0x0000000000000000000000006305a8645bbcd3ede17a38dd20ca948743c754db",
"logIndex": 0,
"blockHash": "0x4dfba9aa2e04da2ee58276ecb0add3c9c4a61641a6a31868637626fb9268b5a4",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "CreateAccessWallet",
"signature": "CreateAccessWallet(address)",
"topic": "0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca",
"values": {
"0": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"wallet": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"length": 1
}
}
],
"blockNumber": 116869,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x3f1dfb"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x6305a8645bbcd3ede17a38dd20ca948743c754db",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"from": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x626a"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000010000000000000000000000000000000000800000000000000000",
"blockHash": "0x93c689d07aa35fe9552b8a46bcdd76a714a15b17cb375236c5b0c2a355787190",
"transactionHash": "0x8cbba01751f1ec840744e53a0be844a8aa1b790c1ee2d9c00252394d28486d0c",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116872,
"transactionHash": "0x8cbba01751f1ec840744e53a0be844a8aa1b790c1ee2d9c00252394d28486d0c",
"address": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x93c689d07aa35fe9552b8a46bcdd76a714a15b17cb375236c5b0c2a355787190",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116872,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x626a"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x60f4"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000200000000",
"blockHash": "0xb4cfcd04c4d4d35a1e07ea28b4af38c616b2e86182a57e9ae89dd0976bbc6c32",
"transactionHash": "0xa1892a0353adbb7eccd6eb8f4e3644694af313fc33b81912c09559bf35219c72",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116890,
"transactionHash": "0xa1892a0353adbb7eccd6eb8f4e3644694af313fc33b81912c09559bf35219c72",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xb4cfcd04c4d4d35a1e07ea28b4af38c616b2e86182a57e9ae89dd0976bbc6c32",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116890,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x60f4"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "grantAccess",
"methodArgs": [
"0x88d5b81ea76577bec472b26e17d3792eecfecb36"
],
"eventName": "MemberAdded",
"eventValue": "candidate"
});
{
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x2092f"
},
"logsBloom": "0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000400040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000004000000800000000000000000000000080000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000200000000",
"blockHash": "0x51d3ba49c4a3516734fd17c77436867b97b7b3e63e3545c39d46a2749404b766",
"transactionHash": "0xfcce9b46b2bf9590ac2fc5f3f2acf7e35bb2089bd230fe42b88164e9dcd0873c",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116895,
"transactionHash": "0xfcce9b46b2bf9590ac2fc5f3f2acf7e35bb2089bd230fe42b88164e9dcd0873c",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
],
"data": "0x00000000000000000000000088d5b81ea76577bec472b26e17d3792eecfecb36",
"logIndex": 0,
"blockHash": "0x51d3ba49c4a3516734fd17c77436867b97b7b3e63e3545c39d46a2749404b766",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "MemberAdded",
"signature": "MemberAdded(address)",
"topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
"values": {
"0": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"candidate": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116895,
"transactionHash": "0xfcce9b46b2bf9590ac2fc5f3f2acf7e35bb2089bd230fe42b88164e9dcd0873c",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a00000000000000000000000000000000000000000000000000000000000000dc",
"logIndex": 1,
"blockHash": "0x51d3ba49c4a3516734fd17c77436867b97b7b3e63e3545c39d46a2749404b766",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"2": 220,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"aggregate": 220,
"length": 3
}
}
],
"blockNumber": 116895,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x2092f"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "grantAccess",
"methodArgs": [
"0x640ef5a38971208959d1b954b684cbefec7c3602"
],
"eventName": "MemberAdded",
"eventValue": "candidate"
});
{
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x2c173"
},
"logsBloom": "0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000004000000000000000000000000000000080000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000002000000000000000000010000000000000000000000000000000000800000000200000000",
"blockHash": "0x84781adccd7ef986696aee0cc6cf4d27a830940616a92da48c8d6e1e0605f166",
"transactionHash": "0xf0c804aec0210270ac7465a38f5b003807e02294463a90ef2c872e1b18e1aa3f",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116896,
"transactionHash": "0xf0c804aec0210270ac7465a38f5b003807e02294463a90ef2c872e1b18e1aa3f",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
],
"data": "0x000000000000000000000000640ef5a38971208959d1b954b684cbefec7c3602",
"logIndex": 0,
"blockHash": "0x84781adccd7ef986696aee0cc6cf4d27a830940616a92da48c8d6e1e0605f166",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "MemberAdded",
"signature": "MemberAdded(address)",
"topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
"values": {
"0": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"candidate": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116896,
"transactionHash": "0xf0c804aec0210270ac7465a38f5b003807e02294463a90ef2c872e1b18e1aa3f",
"address": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x0000000000000000000000006305a8645bbcd3ede17a38dd20ca948743c754db00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a000000000000000000000000000000000000000000000000000000000000000a",
"logIndex": 1,
"blockHash": "0x84781adccd7ef986696aee0cc6cf4d27a830940616a92da48c8d6e1e0605f166",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"1": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"2": 10,
"principal": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"entity": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"aggregate": 10,
"length": 3
}
}
],
"blockNumber": 116896,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x2c173"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "grantManagerAccess",
"methodArgs": [
"0x88d5b81ea76577bec472b26e17d3792eecfecb36"
],
"eventName": "ManagerAccessGranted",
"eventValue": "candidate"
});
{
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0xe902"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000002000000000000000400040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000820000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000200000000",
"blockHash": "0xf3ef3ee641ec97eb4a1e7fd770189558ea63d2ff61d47e42e55a36709a200932",
"transactionHash": "0x3bf67feb126bb949b6735fdf58c8192c4a33ad03dc4891b37031eefa37976b65",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116898,
"transactionHash": "0x3bf67feb126bb949b6735fdf58c8192c4a33ad03dc4891b37031eefa37976b65",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
],
"data": "0x00000000000000000000000088d5b81ea76577bec472b26e17d3792eecfecb36",
"logIndex": 0,
"blockHash": "0xf3ef3ee641ec97eb4a1e7fd770189558ea63d2ff61d47e42e55a36709a200932",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ManagerAccessGranted",
"signature": "ManagerAccessGranted(address)",
"topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
"values": {
"0": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"candidate": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116898,
"transactionHash": "0x3bf67feb126bb949b6735fdf58c8192c4a33ad03dc4891b37031eefa37976b65",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a00000000000000000000000000000000000000000000000000000000000000dc",
"logIndex": 1,
"blockHash": "0xf3ef3ee641ec97eb4a1e7fd770189558ea63d2ff61d47e42e55a36709a200932",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"2": 220,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"aggregate": 220,
"length": 3
}
}
],
"blockNumber": 116898,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0xe902"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "grantManagerAccess",
"methodArgs": [
"0x640ef5a38971208959d1b954b684cbefec7c3602"
],
"eventName": "ManagerAccessGranted",
"eventValue": "candidate"
});
{
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x163af"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000820000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000200000000000000002000000000000000000010000000000000000000000000000000000800000000200000000",
"blockHash": "0x87e97b4384ca793a0012e9d44f8c590255ba77525bcc73c80700fb8cb655f9c5",
"transactionHash": "0xfa9e71ab24b5abcc27c2dec6557fc422045f99c4cb395503db3f36e32d32fc0a",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116900,
"transactionHash": "0xfa9e71ab24b5abcc27c2dec6557fc422045f99c4cb395503db3f36e32d32fc0a",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
],
"data": "0x000000000000000000000000640ef5a38971208959d1b954b684cbefec7c3602",
"logIndex": 0,
"blockHash": "0x87e97b4384ca793a0012e9d44f8c590255ba77525bcc73c80700fb8cb655f9c5",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ManagerAccessGranted",
"signature": "ManagerAccessGranted(address)",
"topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
"values": {
"0": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"candidate": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116900,
"transactionHash": "0xfa9e71ab24b5abcc27c2dec6557fc422045f99c4cb395503db3f36e32d32fc0a",
"address": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x0000000000000000000000006305a8645bbcd3ede17a38dd20ca948743c754db00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a000000000000000000000000000000000000000000000000000000000000006e",
"logIndex": 1,
"blockHash": "0x87e97b4384ca793a0012e9d44f8c590255ba77525bcc73c80700fb8cb655f9c5",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"1": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"2": 110,
"principal": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"entity": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"aggregate": 110,
"length": 3
}
}
],
"blockNumber": 116900,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x163af"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "revokeAccess",
"methodArgs": [
"0x88d5b81ea76577bec472b26e17d3792eecfecb36"
],
"eventName": "MemberRevoked",
"eventValue": "candidate"
});
{
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1154e"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000002000000000000000400040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000100000000000000000000000000000000000000000000000000000000000000000200000000",
"blockHash": "0xbc62e73330ebe3c27da79d7dbf38de6bdb937b4ef95f60fdddd336795a5a0b6a",
"transactionHash": "0x78f86b0535873b1f35ebe32839f18ebee90507712d81de2f60410a266531cb46",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116901,
"transactionHash": "0x78f86b0535873b1f35ebe32839f18ebee90507712d81de2f60410a266531cb46",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c"
],
"data": "0x00000000000000000000000088d5b81ea76577bec472b26e17d3792eecfecb36",
"logIndex": 0,
"blockHash": "0xbc62e73330ebe3c27da79d7dbf38de6bdb937b4ef95f60fdddd336795a5a0b6a",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "MemberRevoked",
"signature": "MemberRevoked(address)",
"topic": "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c",
"values": {
"0": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"candidate": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116901,
"transactionHash": "0x78f86b0535873b1f35ebe32839f18ebee90507712d81de2f60410a266531cb46",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 1,
"blockHash": "0xbc62e73330ebe3c27da79d7dbf38de6bdb937b4ef95f60fdddd336795a5a0b6a",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"aggregate": 200,
"length": 3
}
}
],
"blockNumber": 116901,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1154e"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "revokeManagerAccess",
"methodArgs": [
"0x88d5b81ea76577bec472b26e17d3792eecfecb36"
],
"eventName": "ManagerAccessRevoked",
"eventValue": "candidate"
});
{
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0xc215"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000400040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000080000800000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000200000000000000000000000000000000000000000000000000000000000000000000008000000000200000000",
"blockHash": "0xe553c5a6efc56120de6900364bce0cf5d3f94df18b17301ccc1816b7c60db869",
"transactionHash": "0xe752638af0350a78ac4fd7f1caa00cacb4d88d6a27002d5c12357dfed6e1ab35",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116903,
"transactionHash": "0xe752638af0350a78ac4fd7f1caa00cacb4d88d6a27002d5c12357dfed6e1ab35",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95"
],
"data": "0x00000000000000000000000088d5b81ea76577bec472b26e17d3792eecfecb36",
"logIndex": 0,
"blockHash": "0xe553c5a6efc56120de6900364bce0cf5d3f94df18b17301ccc1816b7c60db869",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ManagerAccessRevoked",
"signature": "ManagerAccessRevoked(address)",
"topic": "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95",
"values": {
"0": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"candidate": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116903,
"transactionHash": "0xe752638af0350a78ac4fd7f1caa00cacb4d88d6a27002d5c12357dfed6e1ab35",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xe553c5a6efc56120de6900364bce0cf5d3f94df18b17301ccc1816b7c60db869",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"2": 0,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"aggregate": 0,
"length": 3
}
}
],
"blockNumber": 116903,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0xc215"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0xb31b7cbb76bf9c98aa0ad798a5e63bc9a0d895ac",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5d00"
},
"logsBloom": "0x00100000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x86ac8ebd7dead1604490364c079294aa0432aaaf394796d6fe1a18de9d967514",
"transactionHash": "0x3c980657ac4383e99c5cd5066bc018136ad49b18f2d472f4a1027c61b0781947",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116908,
"transactionHash": "0x3c980657ac4383e99c5cd5066bc018136ad49b18f2d472f4a1027c61b0781947",
"address": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x86ac8ebd7dead1604490364c079294aa0432aaaf394796d6fe1a18de9d967514",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116908,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5d00"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5fc0"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000001000000000000",
"blockHash": "0x896df20f8bf8152a87d085ddc3d6b6a97a9492ac085e5b38f7495e5436f2f683",
"transactionHash": "0x0e4f8e2857be768df7e2a09d9f5acdb23cc550e964c0d40a563eb2e14e62ff2b",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116921,
"transactionHash": "0x0e4f8e2857be768df7e2a09d9f5acdb23cc550e964c0d40a563eb2e14e62ff2b",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x896df20f8bf8152a87d085ddc3d6b6a97a9492ac085e5b38f7495e5436f2f683",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116921,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5fc0"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "accessRequest",
"methodArgs": [],
"value": 0
});
{
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5d79"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000400000000000000000000000000000000000000000000000000000000001000000000000",
"blockHash": "0x0e596c21ad391831a9fa6ec252b03d74baae0ec27328d8e9a69117f04df7b5c5",
"transactionHash": "0xaa544422f5eeee8a8f6445352a01b11c1a7e9da09ce4fb3cbe05e02fde4c53d1",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116929,
"transactionHash": "0xaa544422f5eeee8a8f6445352a01b11c1a7e9da09ce4fb3cbe05e02fde4c53d1",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"data": "0x",
"logIndex": 0,
"blockHash": "0x0e596c21ad391831a9fa6ec252b03d74baae0ec27328d8e9a69117f04df7b5c5",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
"blockNumber": 116929,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5d79"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "addContributorGroup",
"methodArgs": [
"0x90deadfd130900bf1db8d0ee7fd8f1894335987a"
]
});
{
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x31f94"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000001000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000200000000000000000400000000000000000010000000000000000000000000000000000000001000200000000",
"blockHash": "0x6a2aa30bb2ca14c9ccbdc956347ec86df398f0e94cc2e98fae5a280a0fd4c92a",
"transactionHash": "0xfad0bdc633ac3251708e3bad70fb8b229c0e9a973d819b35ee1b0e684886b7f7",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116943,
"transactionHash": "0xfad0bdc633ac3251708e3bad70fb8b229c0e9a973d819b35ee1b0e684886b7f7",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a",
"logIndex": 0,
"blockHash": "0x6a2aa30bb2ca14c9ccbdc956347ec86df398f0e94cc2e98fae5a280a0fd4c92a",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ContributorGroupAdded",
"signature": "ContributorGroupAdded(address)",
"topic": "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116943,
"transactionHash": "0xfad0bdc633ac3251708e3bad70fb8b229c0e9a973d819b35ee1b0e684886b7f7",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000014",
"logIndex": 1,
"blockHash": "0x6a2aa30bb2ca14c9ccbdc956347ec86df398f0e94cc2e98fae5a280a0fd4c92a",
"transactionLogIndex": 1
}
],
"blockNumber": 116943,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x31f94"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "addReviewerGroup",
"methodArgs": [
"0x90deadfd130900bf1db8d0ee7fd8f1894335987a"
]
});
{
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1f60f"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000001000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000028000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000040200000000000000000400000000000000000000000000000000000000000000000000000000001000200000000",
"blockHash": "0x5d55fa5cfdb1a72b223cb5f32bdf9265f25f71fa238e7e913b98a163e1ef5d03",
"transactionHash": "0xc1a12600cb204a766bf224322779fa98619589c2d9b6180e9e30c114af3446b9",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116944,
"transactionHash": "0xc1a12600cb204a766bf224322779fa98619589c2d9b6180e9e30c114af3446b9",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a",
"logIndex": 0,
"blockHash": "0x5d55fa5cfdb1a72b223cb5f32bdf9265f25f71fa238e7e913b98a163e1ef5d03",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ReviewerGroupAdded",
"signature": "ReviewerGroupAdded(address)",
"topic": "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116944,
"transactionHash": "0xc1a12600cb204a766bf224322779fa98619589c2d9b6180e9e30c114af3446b9",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000016",
"logIndex": 1,
"blockHash": "0x5d55fa5cfdb1a72b223cb5f32bdf9265f25f71fa238e7e913b98a163e1ef5d03",
"transactionLogIndex": 1
}
],
"blockNumber": 116944,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1f60f"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "addAccessorGroup",
"methodArgs": [
"0x90deadfd130900bf1db8d0ee7fd8f1894335987a"
]
});
{
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1f25d"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000004000000000000000000000000000000000000000000000001000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000200000000000000000400000000000000000000000000000000000000000000000000000000001000200000000",
"blockHash": "0xc6ed824105b07a37e492676d10167b79872d53dec948c10c5216056a4c21e4f3",
"transactionHash": "0x1bb4516a0e5e329273abad9f9149c3f98b4b3a8016f72cafecb766bf05c2cdf2",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116946,
"transactionHash": "0x1bb4516a0e5e329273abad9f9149c3f98b4b3a8016f72cafecb766bf05c2cdf2",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a",
"logIndex": 0,
"blockHash": "0xc6ed824105b07a37e492676d10167b79872d53dec948c10c5216056a4c21e4f3",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "AccessorGroupAdded",
"signature": "AccessorGroupAdded(address)",
"topic": "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116946,
"transactionHash": "0x1bb4516a0e5e329273abad9f9149c3f98b4b3a8016f72cafecb766bf05c2cdf2",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000016",
"logIndex": 1,
"blockHash": "0xc6ed824105b07a37e492676d10167b79872d53dec948c10c5216056a4c21e4f3",
"transactionLogIndex": 1
}
],
"blockNumber": 116946,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1f25d"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "removeReviewerGroup",
"methodArgs": [
"0x90deadfd130900bf1db8d0ee7fd8f1894335987a"
]
});
{
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x46a2"
},
"logsBloom": "0x00000000000000000000000000000000000800000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000001000000000000",
"blockHash": "0xbff977235002b2fde2af6740401f242aea82c0a182f6b47b71c9538bf9fa8407",
"transactionHash": "0x873152af96b1cda3f9696c53b77a8535488d506a75b6a5d390be256fb9157021",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116949,
"transactionHash": "0x873152af96b1cda3f9696c53b77a8535488d506a75b6a5d390be256fb9157021",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a",
"logIndex": 0,
"blockHash": "0xbff977235002b2fde2af6740401f242aea82c0a182f6b47b71c9538bf9fa8407",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ReviewerGroupRemoved",
"signature": "ReviewerGroupRemoved(address)",
"topic": "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
}
],
"blockNumber": 116949,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x46a2"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xb602386578f18da278e56915c2570972df8ddb9048b9c7852d358321a8152929",
"transactionHash": "0xf522f545635f1ec9d9a6f0f3e7de5767c6d27127933aff4aabb7e24045830aa4",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116954,
"transactionHash": "0xf522f545635f1ec9d9a6f0f3e7de5767c6d27127933aff4aabb7e24045830aa4",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xb602386578f18da278e56915c2570972df8ddb9048b9c7852d358321a8152929",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116954,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0xcf941497520ea28f603613086f93847a28d82404",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5fc0"
},
"logsBloom": "0x00000000000000000000000000000000000000000020000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x3c68a37fd8e05f83e4584413a08aace8eaffdaead16bb9e3553a1ffd07cdde90",
"transactionHash": "0xedeac3ecc21b6c99717010da09402a6fe4e26db529fe50e12e508f9fb661c5d6",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116960,
"transactionHash": "0xedeac3ecc21b6c99717010da09402a6fe4e26db529fe50e12e508f9fb661c5d6",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3c68a37fd8e05f83e4584413a08aace8eaffdaead16bb9e3553a1ffd07cdde90",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116960,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5fc0"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x2914dad368c17d65d5daded40fadeccd64067577",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xe2c2d7a020958b75710c6c13b55144eb39a35ff5ff941170f3de16cc08aa3272",
"transactionHash": "0xe2702f5912cc90899dc07654e8dc3c1ed9d3dd82467d3d6ad3eb4218c96ea2ab",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116967,
"transactionHash": "0xe2702f5912cc90899dc07654e8dc3c1ed9d3dd82467d3d6ad3eb4218c96ea2ab",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xe2c2d7a020958b75710c6c13b55144eb39a35ff5ff941170f3de16cc08aa3272",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116967,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x3f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f6",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000100000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x9a297cc4335764cdaff31232b20099e79803c6bc1fde25b70fe8258ba9c2033b",
"transactionHash": "0xa5ae5b4ae9667012543af44dc72ed82291e6ee52618c743f8b2cc4d8d64413ab",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116976,
"transactionHash": "0xa5ae5b4ae9667012543af44dc72ed82291e6ee52618c743f8b2cc4d8d64413ab",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x9a297cc4335764cdaff31232b20099e79803c6bc1fde25b70fe8258ba9c2033b",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116976,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x3ef3813af5fc3f14b9d7490ad4481dea3cdefe79",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000100000000000000000000000200000004000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x75153133f9ab8d0a8b8231d846cb329c1e50b7f67de3ba8200a7e92d68e8c99c",
"transactionHash": "0x63d70710336806b653418690077ab8ad2f20b9a35aecc1053bb480738f43ca5a",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116977,
"transactionHash": "0x63d70710336806b653418690077ab8ad2f20b9a35aecc1053bb480738f43ca5a",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x75153133f9ab8d0a8b8231d846cb329c1e50b7f67de3ba8200a7e92d68e8c99c",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116977,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x0ef069c1fc5997075b80e079dc77aef5e59eb635",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000",
"blockHash": "0xbbf94ac728113f21f9a9dc2e1706a019fe958e384404acba1b1fe32df54a3122",
"transactionHash": "0x44094115cf19f59cd32154b6cc48a7c991b07ac87f7ded639eb18127b6f8dfc7",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116978,
"transactionHash": "0x44094115cf19f59cd32154b6cc48a7c991b07ac87f7ded639eb18127b6f8dfc7",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xbbf94ac728113f21f9a9dc2e1706a019fe958e384404acba1b1fe32df54a3122",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116978,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x71e24b2ceb5eb4a688d754e14ad082f05597edce",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000008000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xc1e44efa2f33702d5989eba8662c96ab4c221a7fcfdfb926e4bd2138f0c8e5ec",
"transactionHash": "0xbf9c94c8674c867099f5b01350e074772af5995f14eb90b27d8c5a0ed46f42f7",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116983,
"transactionHash": "0xbf9c94c8674c867099f5b01350e074772af5995f14eb90b27d8c5a0ed46f42f7",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xc1e44efa2f33702d5989eba8662c96ab4c221a7fcfdfb926e4bd2138f0c8e5ec",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116983,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0xa6b606f7a49dbcfcd9493b940fb1280ea21f4abd",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000080000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000",
"blockHash": "0x0de9eff19316f1717aaab49f5b4f6297326e84baee073d946e06561ea8744a32",
"transactionHash": "0xb60acad54aa60bb21cbe6e19299b1f4745b00696aed4d1a062bd4b1302fa2a35",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116985,
"transactionHash": "0xb60acad54aa60bb21cbe6e19299b1f4745b00696aed4d1a062bd4b1302fa2a35",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x0de9eff19316f1717aaab49f5b4f6297326e84baee073d946e06561ea8744a32",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116985,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x693515d411b36b65aa1d610400f20166e9198b0a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000030000000000010000000000000000000000000801000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xdecc655b0b15d523fd39065e393a954102e7893dcb6ff6add8a6db305985f7d3",
"transactionHash": "0xfb729be03936ce0d5801e821c1b216b9c2e51ea6b3e7b21bb4503b4e2dc71bc8",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116986,
"transactionHash": "0xfb729be03936ce0d5801e821c1b216b9c2e51ea6b3e7b21bb4503b4e2dc71bc8",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xdecc655b0b15d523fd39065e393a954102e7893dcb6ff6add8a6db305985f7d3",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116986,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x18c7d13d59fcaee786c34180a60cd0416423538a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000004010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xa24dcb84fab518a4697c24104809fba9c7f4e3d6eccaae8cd60493da3c9f0ed9",
"transactionHash": "0x34657f386a4a60aaf34f3171be5d212e64a79c35bcdf7dc4c00983ba9ec1e3bb",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116990,
"transactionHash": "0x34657f386a4a60aaf34f3171be5d212e64a79c35bcdf7dc4c00983ba9ec1e3bb",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xa24dcb84fab518a4697c24104809fba9c7f4e3d6eccaae8cd60493da3c9f0ed9",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116990,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x56dc8be160f1b1354939cf4798548531f102ee2f",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000040000000000010000000000010000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x9cc5134320c464c969e68b98821a514f3f7933c1f4fe8a1572cdcae1612d5da6",
"transactionHash": "0x4ef337bf5f80b8ecb6350897d2172384732acfa76e8b225791383650980dc49d",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116992,
"transactionHash": "0x4ef337bf5f80b8ecb6350897d2172384732acfa76e8b225791383650980dc49d",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x9cc5134320c464c969e68b98821a514f3f7933c1f4fe8a1572cdcae1612d5da6",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116992,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x83d7ec63cfde6b1df08165f1e3779ac8b7ba3f84",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xb014b3291ccbb16b4708c758605c2fb4a9a5afeb3c49a18a5892e5441a35aa2f",
"transactionHash": "0xf8033df213a5ee0b1cbad2aff3f0ef308b6051b4e7d52e931333c0f9e8c4b552",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116997,
"transactionHash": "0xf8033df213a5ee0b1cbad2aff3f0ef308b6051b4e7d52e931333c0f9e8c4b552",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xb014b3291ccbb16b4708c758605c2fb4a9a5afeb3c49a18a5892e5441a35aa2f",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116997,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0xcf941497520ea28f603613086f93847a28d82404",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "accessRequest",
"methodArgs": [],
"value": 0
});
{
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5d79"
},
"logsBloom": "0x00000000000000000000000000000000000000000020000000000000000000000008000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x0ef4c129af35bb8863df5b53cf46972ccbc0b6da2e8817091d583d35892b05e8",
"transactionHash": "0xa3472eda695271eb4b63953e13e9ae2174afa4f5599f43a5f6b93d52971d4b30",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117005,
"transactionHash": "0xa3472eda695271eb4b63953e13e9ae2174afa4f5599f43a5f6b93d52971d4b30",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"data": "0x",
"logIndex": 0,
"blockHash": "0x0ef4c129af35bb8863df5b53cf46972ccbc0b6da2e8817091d583d35892b05e8",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
"blockNumber": 117005,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5d79"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "accessRequest",
"methodArgs": [
0,
"0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"",
[],
[]
],
"value": 0
});
{
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x18bd5"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x01"
},
"1": 0,
"2": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x01"
},
"level": 0,
"contentHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
],
"blockNumber": 117006,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x18bd5"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "accessRequest",
"methodArgs": [
0,
"0x04433acd55b4f808890c24d30af3b76946e8a039a1ad56123498e574805fc88034912ebe817fadb59c8a13d3f99e138a446eb56d75e78321477e90a424bc0ce8ba",
"ktpkANER67fZQ6WgkYx773GQ1t8AXi8QwAGSXG7FPzvG8dUX67WrxwjdqXXUxxpSaxvJyZbMVYzGT4MgT4WmDYVDXVG9syHdbuTto8DnbWdU8dSvFgNGXVDWPxakFf8ViKgyXr69nsDMYwN32LJbiyXXxVFnauasE9seq93jB61GkBtWdCKW3CmUKKGP58jG3uS4mSapXfh448ju1bL3EbBzM1o8swwe7V7o8mTeqW3JGA7GuY6NW7aX4yWZ1noVKiFsBqkwSd3",
[],
[]
],
"value": "0"
});
{
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1a602"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f36644841526d553659647858663371325834554c346b7a5238777a434c5354584731554c474b475042776a5a52467664694c476437766e4c663852776664786745507379667551454846000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034343333616364353562346638303838393063323464333061663362373639343665386130333961316164353631323334393865353734383035666338383033343931326562653831376661646235396338613133643366393965313338613434366562353664373565373833323134373765393061343234626330636538626100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e45523637665a513657676b5978373733475131743841586938517741475358473746507a7647386455583637577278776a6471585855787870536178764a795a624d56597a4754344d675434576d445956445856473973794864627554746f38446e625764553864537646674e47585644575078616b46663856694b6779587236396e73444d59774e33324c4a62697958587856466e61756173453973657139336a423631476b42745764434b5733436d554b4b475035386a47337553346d5361705866683434386a7531624c334562427a4d316f38737777653756376f386d54657157334a474137477559364e573761583479575a316e6f564b69467342716b77536433000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x02"
},
"1": 0,
"2": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"3": "0x04433acd55b4f808890c24d30af3b76946e8a039a1ad56123498e574805fc88034912ebe817fadb59c8a13d3f99e138a446eb56d75e78321477e90a424bc0ce8ba",
"4": "ktpkANER67fZQ6WgkYx773GQ1t8AXi8QwAGSXG7FPzvG8dUX67WrxwjdqXXUxxpSaxvJyZbMVYzGT4MgT4WmDYVDXVG9syHdbuTto8DnbWdU8dSvFgNGXVDWPxakFf8ViKgyXr69nsDMYwN32LJbiyXXxVFnauasE9seq93jB61GkBtWdCKW3CmUKKGP58jG3uS4mSapXfh448ju1bL3EbBzM1o8swwe7V7o8mTeqW3JGA7GuY6NW7aX4yWZ1noVKiFsBqkwSd3",
"requestID": {
"_hex": "0x02"
},
"level": 0,
"contentHash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"pkeRequestor": "0x04433acd55b4f808890c24d30af3b76946e8a039a1ad56123498e574805fc88034912ebe817fadb59c8a13d3f99e138a446eb56d75e78321477e90a424bc0ce8ba",
"pkeAFGH": "ktpkANER67fZQ6WgkYx773GQ1t8AXi8QwAGSXG7FPzvG8dUX67WrxwjdqXXUxxpSaxvJyZbMVYzGT4MgT4WmDYVDXVG9syHdbuTto8DnbWdU8dSvFgNGXVDWPxakFf8ViKgyXr69nsDMYwN32LJbiyXXxVFnauasE9seq93jB61GkBtWdCKW3CmUKKGP58jG3uS4mSapXfh448ju1bL3EbBzM1o8swwe7V7o8mTeqW3JGA7GuY6NW7aX4yWZ1noVKiFsBqkwSd3",
"length": 5
}
}
],
"blockNumber": 117015,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1a602"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x8c3c78faa774151ec3899d20f31a54efb1729b9a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5fc0"
},
"logsBloom": "0x00000100000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x9c14124164169273f2406399facf7006bf9b289758b78551d452f5740786e603",
"transactionHash": "0xdb68e526d525e9c319efbd6ac61bd7667c884f9f800924413f619ae01cab333f",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117029,
"transactionHash": "0xdb68e526d525e9c319efbd6ac61bd7667c884f9f800924413f619ae01cab333f",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x9c14124164169273f2406399facf7006bf9b289758b78551d452f5740786e603",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 117029,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5fc0"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x4ecf17d82730b9770e872984f701196a80c8cfb3",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000800000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x338d680716a5c57d1d4b103b9bf7f375b49a56784df43a03b115d3b8107377af",
"transactionHash": "0xa92cdecb935b85f7ac6bffe9613bd22c6124e1477350bd3b522bca2d385e5556",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117033,
"transactionHash": "0xa92cdecb935b85f7ac6bffe9613bd22c6124e1477350bd3b522bca2d385e5556",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x338d680716a5c57d1d4b103b9bf7f375b49a56784df43a03b115d3b8107377af",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 117033,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x2078ccf4d5eb9ff0b4b26eaec0526158fadfb25c",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000002000000000000000000000100000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x2fba30300d5ad9f4eb78114f1feeff30376a19d0b37cab611523a1af6f7a25b8",
"transactionHash": "0x25dd226152a4b4e1f8a419a8834dc71237bbd8538ba7c1f29ac426b3eba963ca",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117037,
"transactionHash": "0x25dd226152a4b4e1f8a419a8834dc71237bbd8538ba7c1f29ac426b3eba963ca",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x2fba30300d5ad9f4eb78114f1feeff30376a19d0b37cab611523a1af6f7a25b8",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 117037,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x8c3c78faa774151ec3899d20f31a54efb1729b9a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "accessRequest",
"methodArgs": [],
"value": 0
});
{
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5d79"
},
"logsBloom": "0x00000100000000000000000000000000000000000000000000000000000000000008100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xb6301fdd06bb8ba22973c0154f99df22c490bc9e1850868fa1431f1b8b917d3c",
"transactionHash": "0x77e6ef517cbdce2ee9c0a688ca206043b9edeac89cef7867692b5f811f560f6c",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117038,
"transactionHash": "0x77e6ef517cbdce2ee9c0a688ca206043b9edeac89cef7867692b5f811f560f6c",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"data": "0x",
"logIndex": 0,
"blockHash": "0xb6301fdd06bb8ba22973c0154f99df22c490bc9e1850868fa1431f1b8b917d3c",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
"blockNumber": 117038,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5d79"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x4ecf17d82730b9770e872984f701196a80c8cfb3",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "accessRequest",
"methodArgs": [
0,
"0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"",
[],
[]
],
"value": 0
});
{
"to": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x18bd5"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000800000000000000040000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a697875380000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x01"
},
"1": 0,
"2": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x01"
},
"level": 0,
"contentHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
],
"blockNumber": 117039,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x18bd5"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "accessRequest",
"methodArgs": [
0,
"0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"",
[],
[]
],
"value": 0
});
{
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1513d"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d420000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x03"
},
"1": 0,
"2": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x03"
},
"level": 0,
"contentHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
],
"blockNumber": 117048,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1513d"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "accessComplete",
"methodArgs": [
{
"_hex": "0x03"
},
90,
""
]
});
{
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x8fd9"
},
"logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
"blockHash": "0xaae549cab2b5c9e63ebfec8e03b96b449c91ad7808a8562559eec64bf3e1a81d",
"transactionHash": "0x79135cd3efb6bc73896692e3411dd59a5be8d32b61d1aeeae4bfd89e54879bf0",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117049,
"transactionHash": "0x79135cd3efb6bc73896692e3411dd59a5be8d32b61d1aeeae4bfd89e54879bf0",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
"logIndex": 0,
"blockHash": "0xaae549cab2b5c9e63ebfec8e03b96b449c91ad7808a8562559eec64bf3e1a81d",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "AccessComplete",
"signature": "AccessComplete(uint256,uint256,bool)",
"topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
"values": {
"0": {
"_hex": "0x03"
},
"1": {
"_hex": "0x5a"
},
"2": true,
"requestID": {
"_hex": "0x03"
},
"scorePct": {
"_hex": "0x5a"
},
"customContractResult": true,
"length": 3
}
}
],
"blockNumber": 117049,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x8fd9"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "updateRequest",
"methodArgs": []
});
{
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x65a1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x77d05c28f764b33f653be5c07c7e581588197770f0fc9ab984d904e46af1aa60",
"transactionHash": "0x145e6539d16d51e36fa19d527f0366f28da0362f281ffec073c1aabbdc9b80ae",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117052,
"transactionHash": "0x145e6539d16d51e36fa19d527f0366f28da0362f281ffec073c1aabbdc9b80ae",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x77d05c28f764b33f653be5c07c7e581588197770f0fc9ab984d904e46af1aa60",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"objectHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"length": 1
}
}
],
"blockNumber": 117052,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x65a1"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "accessRequest",
"methodArgs": [],
"value": 0
});
{
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0xa673"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000400000000000000000000000000000000000000000000000000000000001000000000000",
"blockHash": "0xfafe70e90bf08e0734a1aca3c932bf030cf1f8233373b4c06255e8a38d958b0a",
"transactionHash": "0x8fa45902d834c299e4cca01342e2fb69059f9ac8e7854ee6298f3cf3a2394e5e",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117058,
"transactionHash": "0x8fa45902d834c299e4cca01342e2fb69059f9ac8e7854ee6298f3cf3a2394e5e",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"data": "0x",
"logIndex": 0,
"blockHash": "0xfafe70e90bf08e0734a1aca3c932bf030cf1f8233373b4c06255e8a38d958b0a",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
"blockNumber": 117058,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0xa673"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "accessRequest",
"methodArgs": [
0,
"0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"",
[],
[]
],
"value": 0
});
{
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x15df0"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xe40f8429b3b047dcda144a02cf001b55b2fbde412f708843e5e23d4467de31c1",
"transactionHash": "0xd41dd93ed473a62a3f833aeb2c08dfc6023e712093767c70b27c43c85c95026d",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117059,
"transactionHash": "0xd41dd93ed473a62a3f833aeb2c08dfc6023e712093767c70b27c43c85c95026d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xe40f8429b3b047dcda144a02cf001b55b2fbde412f708843e5e23d4467de31c1",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117059,
"transactionHash": "0xd41dd93ed473a62a3f833aeb2c08dfc6023e712093767c70b27c43c85c95026d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xe40f8429b3b047dcda144a02cf001b55b2fbde412f708843e5e23d4467de31c1",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117059,
"transactionHash": "0xd41dd93ed473a62a3f833aeb2c08dfc6023e712093767c70b27c43c85c95026d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0xe40f8429b3b047dcda144a02cf001b55b2fbde412f708843e5e23d4467de31c1",
"transactionLogIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x04"
},
"1": 0,
"2": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x04"
},
"level": 0,
"contentHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
],
"blockNumber": 117059,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x15df0"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x9e8d8b76b0d624519c5518819f29158879580c1a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"methodName": "deleteVersion",
"methodArgs": [
"hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq"
]
});
{
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1ab83"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002",
"blockHash": "0xe7dbaf9612d6a15816723686f6ee97d1579bd89090f2a10244bded43569287c6",
"transactionHash": "0x7d84ef1aa33b95cf0539308f95041724d1d70799acc239136385ba5e4d12995c",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117062,
"transactionHash": "0x7d84ef1aa33b95cf0539308f95041724d1d70799acc239136385ba5e4d12995c",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d6549800000000000000000000000000000000000000000000000000000000000000600000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b71000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xe7dbaf9612d6a15816723686f6ee97d1579bd89090f2a10244bded43569287c6",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "VersionDelete",
"signature": "VersionDelete(address,string,int256)",
"topic": "0x238d74c13cda9ba51e904772d41a616a1b9b30d09802484df6279fe1c3c07f51",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"2": {
"_hex": "0x01"
},
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"versionHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"index": {
"_hex": "0x01"
},
"length": 3
}
}
],
"blockNumber": 117062,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1ab83"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "deleteContent",
"methodArgs": [
"0x9e8d8b76b0d624519c5518819f29158879580c1a"
]
});
{
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x7dc0"
},
"logsBloom": "0x00000000000800000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000400000000000000000000000000000000000000000000000000000000001000000000000",
"blockHash": "0x0a4f058b91f222be5c308684ea17c0dafecb2954eab0c726069cacc2e087c721",
"transactionHash": "0x1a7b5b7a0143a0984e675c7afa6be44292090a5742c0260006c3b9bf5a469670",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117063,
"transactionHash": "0x1a7b5b7a0143a0984e675c7afa6be44292090a5742c0260006c3b9bf5a469670",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0x36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e"
],
"data": "0x0000000000000000000000009e8d8b76b0d624519c5518819f29158879580c1a0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 0,
"blockHash": "0x0a4f058b91f222be5c308684ea17c0dafecb2954eab0c726069cacc2e087c721",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ContentObjectDeleted",
"signature": "ContentObjectDeleted(address,address)",
"topic": "0x36500cee87b0da1746889a3483dccb525acfc40b8c0f2218e164c6cdf1482a3e",
"values": {
"0": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 2
}
}
],
"blockNumber": 117063,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x7dc0"
},
"status": 1,
"byzantium": true
}
async CallContractMethodAndWait({
"contractAddress": "0x90deadfd130900bf1db8d0ee7fd8f1894335987a",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"methodName": "kill",
"methodArgs": []
});
{
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x35c9"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x07b6c9c566f2d6dd5dd3b5f9a11a25c53a3a580d6ca5caa1701436bff889d93a",
"transactionHash": "0xb32a1ee32bbd480ad8b243174a1ad97a3475c01f99c5d1dd0e8951af156407b9",
"logs": [],
"blockNumber": 117064,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x35c9"
},
"status": 1,
"byzantium": true
}
- Source:
ClearCache()
Clear saved access and state channel tokens
- Source:
ClearSigner()
Remove the signer from this client
- Source:
async Collection({collectionType}) → Promise.<Array.<string>>
Get a list of unique addresses of all of the specified type the current user has access to through both their user wallet and through access groups
Parameters:
| Name | Type | Description |
|---|---|---|
collectionType |
string |
Type of collection to retrieve
|
Examples
- Source:
async ContentLibraries() → Promise.<Array.<string>>
List content libraries - returns a list of content library IDs available to the current user
- Source:
async ContentLibrary({libraryId}) → Promise.<Object>
Returns information about the content library
- GET /qlibs/:qlibid
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
Example
- Source:
async ContentLibraryGroupPermissions({libraryId,permissionsoptional}) → Promise.<Object>
List all of the groups with permissions on the specified library.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
The ID of the library* @param {string} libraryId - The ID of the library |
|
permissions |
Array.<string> |
<optional> |
Limit permission types. If not specified, all permissions will be included |
Examples
async ContentLibraryGroupPermissions({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"permissions": [
"contributor"
]
});
{}
async ContentLibraryGroupPermissions({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"permissions": [
"reviewer"
]
});
{}
async ContentLibraryGroupPermissions({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY"
});
{
"0x90deadfd130900bf1db8d0ee7fd8f1894335987a": [
"contributor",
"reviewer"
]
}
async ContentLibraryGroupPermissions({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"permissions": [
"accessor"
]
});
{}
async ContentLibraryGroupPermissions({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"permissions": [
"reviewer"
]
});
{
"0x90deadfd130900bf1db8d0ee7fd8f1894335987a": [
"reviewer"
]
}
async ContentLibraryGroupPermissions({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY"
});
{
"0x90deadfd130900bf1db8d0ee7fd8f1894335987a": [
"accessor",
"contributor"
]
}
- Source:
async ContentLibraryOwner({libraryId}) → Promise.<string>
Returns the address of the owner of the specified content library
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
Example
- Source:
async ContentObject({libraryIdoptional,objectIdoptional,versionHashoptional}) → Promise.<Object>
Get a specific content object in the library
- /qlibs/:qlibid/q/:qhit
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
objectId |
string |
<optional> |
ID of the object |
versionHash |
string |
<optional> |
Version hash of the object -- if not specified, latest version is returned |
Examples
async ContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async ContentObject({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
});
{
"id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
"hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
"type": ""
}
async ContentObject({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq"
});
{
"id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
"hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
"type": ""
}
async ContentObject({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi"
});
{
"id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
"hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
"type": ""
}
async ContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
- Source:
async ContentObjectAccessComplete({objectId,score}) → Promise.<Object>
Call accessComplete on the specified content object contract using a previously cached requestID. Caching must be enabled and an access request must have been previously made on the specified object by this client instance.
Parameters:
| Name | Type | Description |
|---|---|---|
objectId |
string |
ID of the object |
score |
number |
Percentage score (0-100) |
Example
async ContentObjectAccessComplete({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"score": 90
});
{
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x8fd9"
},
"logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
"blockHash": "0xaae549cab2b5c9e63ebfec8e03b96b449c91ad7808a8562559eec64bf3e1a81d",
"transactionHash": "0x79135cd3efb6bc73896692e3411dd59a5be8d32b61d1aeeae4bfd89e54879bf0",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117049,
"transactionHash": "0x79135cd3efb6bc73896692e3411dd59a5be8d32b61d1aeeae4bfd89e54879bf0",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
"logIndex": 0,
"blockHash": "0xaae549cab2b5c9e63ebfec8e03b96b449c91ad7808a8562559eec64bf3e1a81d",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "AccessComplete",
"signature": "AccessComplete(uint256,uint256,bool)",
"topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
"values": {
"0": {
"_hex": "0x03"
},
"1": {
"_hex": "0x5a"
},
"2": true,
"requestID": {
"_hex": "0x03"
},
"scorePct": {
"_hex": "0x5a"
},
"customContractResult": true,
"length": 3
}
}
],
"blockNumber": 117049,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x8fd9"
},
"status": 1,
"byzantium": true
}
- Source:
async ContentObjectLibraryId({objectIdoptional,versionHashoptional}) → Promise.<string>
Retrieve the library ID for the specified content object
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
objectId |
string |
<optional> |
ID of the object |
versionHash |
string |
<optional> |
Version hash of the object |
Example
- Source:
async ContentObjectMetadata({libraryIdoptional,objectIdoptional,versionHashoptional,writeTokenoptional,metadataSubtreeoptional,resolveLinksoptional,noAuthoptional}) → Promise.<(Object|string)>
Get the metadata of a content object
- /qlibs/:qlibid/q/:qhit/meta
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
|
objectId |
string |
<optional> |
ID of the object |
|
versionHash |
string |
<optional> |
Version of the object -- if not specified, latest version is used |
|
writeToken |
string |
<optional> |
Write token of an object draft - if specified, will read metadata from the draft |
|
metadataSubtree |
string |
<optional> |
Subtree of the object metadata to retrieve |
|
resolveLinks |
boolean |
<optional> |
false |
If specified, links in the metadata will be resolved |
noAuth |
boolean |
<optional> |
false |
If specified, authorization will not be performed for this call |
Examples
async ContentObjectMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"metadataSubtree": "eluv.caps.ikms2s41ivY1BDJ8K5PJyAtTtJZQcHZ"
});
"BEa+kUS1jB10uyMlzsIxPDUsD+qL0BOreHOlR7/7tb8b0NG5o5KwicwYE4lJTf688TDZ1TNq5u+V3hdMJmPHzP40KwwjnLMUjXHWDCTU0J0j8aTEaA5aT8VxwtxzIUlQQslyajtQDwyNuI/M3x8jkKs3g4NMIQbJfMGgflP3LA9saBJ32Qgvd+lGyjq9u/Jes1ul3Cl5kLK04uhi0UZ2UIPoap9uINcZKdRBI+wZTIxztdVcUXnoAhni5Bhs66oYddeI/bDtuDGKi40z4HJve7vfoQHPzK2BUTiPM+TQMm6mznmiEkmDAbDWGlCXh9ZNZdBR1tFjutwuYVs2d0IusNBMqxK0u3DfQnJjATqutjcO228lkC+HaLAHt1G8hi5HH7HGtqZugZidVg7O28CB3JrFWNNktxw4TtG0Q1VCQkg718+RHTAe+So0R+dqTYjad1H2vtRpxGmOzUpNW9snmjSxM5phyKGd9tb3UVSnLm6z"
async ContentObjectMetadata({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS"
});
{
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin"
}
async ContentObjectMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"metadataSubtree": "video_tags"
});
<No Return Value>
async ContentObjectMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"metadataSubtree": "myLink"
});
{
"/": "./files/testDirectory/File 1"
}
async ContentObjectMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"metadataSubtree": "links/myLink2"
});
{
"/": "./files/testDirectory/File 2"
}
async ContentObjectMetadata({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"metadataSubtree": "contentTypes/library"
});
"iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
async ContentObjectMetadata({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
});
{
"bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
"eluv.description": "",
"name": "Library"
}
async ContentObjectMetadata({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"metadataSubtree": "contentTypes/Production Master"
});
<No Return Value>
async ContentObjectMetadata({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"metadataSubtree": "contentTypes"
});
{
"abrmaster": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
"advertisement": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
"avmaster_imf": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
"campaign": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
"campaign_manager": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
"channel": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
"commercial_offering": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
"library": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
"linear_channel": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
"production_master": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
"sponsored_content": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
"sponsored_content_abrmaster": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
"submission": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
"video": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E"
}
async ContentObjectMetadata({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq"
});
{
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"name": "Production Master"
}
async ContentObjectMetadata({
"versionHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8"
});
{
"description": "Production Master Test Description",
"elv_created_at": 1573512296521,
"files": {
".": {
"type": "directory"
},
"Video.mp4": {
".": {
"parts": [
0
],
"size": 3738907
}
}
},
"mime-types": {
"mp4": "video/mp4"
},
"name": "Production Master Test",
"production_master": {
"log": {
"Level": 3,
"entries": []
},
"sources": {
"Video.mp4": {
"container_format": {
"duration": 30.000181198120117,
"filename": "Video.mp4",
"format_name": "mov,mp4,m4a,3gp,3g2,mj2",
"start_time": 0
},
"streams": [
{
"bit_rate": 867270,
"codec_name": "h264",
"display_aspect_ratio": "16/9",
"duration": 30,
"duration_ts": 2700000,
"field_order": "",
"frame_count": 750,
"frame_rate": "25",
"height": 720,
"language": "",
"max_bit_rate": 0,
"sample_aspect_ratio": "1",
"start_pts": 0,
"start_time": 0,
"time_base": "1/90000",
"type": "StreamVideo",
"width": 1280
},
{
"bit_rate": 125750,
"channel_layout": "stereo",
"channels": 2,
"codec_name": "aac",
"duration": 30.00018140589569,
"duration_ts": 1323008,
"frame_count": 1292,
"language": "",
"max_bit_rate": 0,
"sample_rate": 44100,
"start_pts": 0,
"start_time": 0,
"time_base": "1/44100",
"type": "StreamAudio"
}
]
}
},
"variants": {
"default": {
"log": {
"Level": 3,
"entries": [
{
"l": 4,
"m": "avtest.initProdMaster()",
"t": 1573512296495852300
},
{
"l": 3,
"m": "Get list of files from object",
"t": 1573512296495853000
},
{
"l": 3,
"m": "2 item(s) found in file list.",
"t": 1573512296496068400
},
{
"l": 3,
"m": "Skipping '.'",
"t": 1573512296496068900
},
{
"l": 3,
"m": "Analyzing Video.mp4",
"t": 1573512296496069400
},
{
"l": 4,
"m": "getAvpReqCtx filePath=Video.mp4 qhot=tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi key=tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi.txAll.Video.mp4",
"t": 1573512296496140800
}
]
},
"streams": {
"audio": {
"mapping_info": "",
"sources": [
{
"files_api_path": "Video.mp4",
"stream_index": 1
}
]
},
"video": {
"mapping_info": "",
"sources": [
{
"files_api_path": "Video.mp4",
"stream_index": 0
}
]
}
}
}
}
},
"public": {
"description": "Production Master Test Description",
"name": "Production Master Test"
},
"test": "master"
}
async ContentObjectMetadata({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"metadataSubtree": "contentTypes/ABR Master"
});
<No Return Value>
async ContentObjectMetadata({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi"
});
{
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.displayApp": "displayApp/index.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp": {
".": {
"type": "directory"
},
"index.html": {
".": {
"parts": [
73
],
"size": 1219848
}
}
},
"displayApp.html": {
".": {
"parts": [
60
],
"size": 1219577
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 1082307
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "ABR Master"
}
async ContentObjectMetadata({
"versionHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"metadataSubtree": "public/name"
});
"Production Master Test"
async ContentObjectMetadata({
"versionHash": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F"
});
{
"abr_mezzanine": {
"log": {
"Level": 3,
"entries": []
},
"offerings": {
"default": {
"log": {
"Level": 3,
"entries": [
{
"l": 4,
"m": "apiAbrMezzanineInit()",
"t": 1573512304268987600
},
{
"l": 3,
"m": "Get abr.Profile from lib",
"t": 1573512304269067500
},
{
"l": 3,
"m": "Get production.Master",
"t": 1573512304273663000
},
{
"l": 4,
"m": "getProductionVariantCtx(hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8,default)",
"t": 1573512304273677600
},
{
"l": 4,
"m": "getting production.Master: hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"t": 1573512304273678300
},
{
"l": 4,
"m": "Get production.Variant 'default' from production.Master",
"t": 1573512304274821600
},
{
"l": 3,
"m": "Generate abr.Offering",
"t": 1573512304274859000
}
]
},
"media_struct": {
"duration_rat": "0",
"label": "",
"start_time_rat": "0",
"streams": {}
},
"mez_prep_specs": {
"audio": {
"bit_rate": 128000,
"channel_layout": "stereo",
"mapping_info": "",
"media_type": "audio",
"mez_count": 1,
"name": "audio",
"part_hashes": [],
"ready": false,
"seg_dur": {
"float": 2.020136054421769,
"float_exact": false,
"rat": "7424/3675",
"time_base": "1/44100",
"ts": 89088
},
"segs_per_mez": 15,
"source_streams": [
{
"files_api_path": "Video.mp4",
"source_hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"stream_index": 1
}
]
},
"video": {
"bit_rate": 6500000,
"height": 1080,
"key_frame_interval": 51,
"mapping_info": "",
"media_type": "video",
"mez_count": 1,
"name": "video",
"part_hashes": [],
"ready": false,
"seg_dur": {
"float": 2.04,
"float_exact": false,
"rat": "51/25",
"time_base": "1/90000",
"ts": 183600
},
"segs_per_mez": 15,
"source_streams": [
{
"files_api_path": "Video.mp4",
"source_hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"stream_index": 0
}
],
"width": 1920
}
},
"playout": {
"drm_keys": {
"6fc8bdcfb44ff218e18644493510807b": {
"/": "./blob",
"data": "oOn7slra/gJrlwIcPONLd9bpBazCZxDCbZdyBAAAABAECcZTE0hLGhrTq54KQCIyJb9DDeJqLqPMZyO1h/77ZsFnriD9bNWwG2OZfF3nzVWgAbavDLHbZ4g9d/vTkuBhZjrxvmciWsV4e5YFgaEK8U03K42UEyEP553jGdgVF1fyCk6PsemzZLBqzeYlY1dC8BaOohDekW13pbTnwh73pwwFrCr9Noy646UZT0vQ4kyZETNadl6G7YiWjxJy/EZp8GLi5eFA85LCQBVuNLbyijz1W/nAOkXcwUUhWRX/58l7DJ7P0tkI2EmcfwS039JMJeNqq4Dt6W6wSamzFRtd2jti2r7dxso3f6DupMvhWPrxBv98jZ+4cxA1hPIExXWrifkZdi8e+Utd4tsu6g9/RpFwiCxFWvDSO8TuG9U7z+UBBng39KsZtymAnxrLNrKfulCX3IkRR8a4GBkJmokrL5V7OMV3PBFPozq13EowmA2sDiBaPAJVRrO2eu0XET42G3nURkHYE5Xs8/Iaxk/UK+QJO3T6ZAERgIr4+j5qy8usBnMQ0zxUW/8hUp/WKJ7r1LDmCIo1yOZKlQWA023LrLOgkjEJOkpYQLGys01myCX0CLp0CpWnpIRGqeUsyQFU0X8Yn9FOCCPdW3UABez/zmWq9jTFFvBpitHeT6Kis4ehBsLHtB6zK8EDa7dzQissBC+E4UPA3c1ie89NYoJKq/TbR0/Q6hWSDBBcKyMQKYHOE0bUakEgX7J/uf9y5x7FANHucZuRlljkP14BJ9Notd3t8kzVWAQJCmHde+yj7HGPC2WHSwvjNZQngH54MVIILGoOKIqcSEEvwWEo386imGiAGd/B48cTlVk7xbbTCAyHBe+uuZ5uwYRzoAutSOQwjW67/RzchnbTztKqXz3CR5nqRZdGhwN7XEVWv9Wlh4FD",
"encryption": "cgck"
},
"a311e667c7993b4b9a6a9fc0ac467d94": {
"/": "./blob",
"data": "+8M9kh+5/gG+0x/cU33okA7lOUJYB+HTxUGa6QAAABAECctLC7B0iPq6jOEySVJNyXhaya+wNNjg0Q5C0DHxC1mIdeHTrR3uDZqRSNIbiPxlF50Te+LNfjyojlB/XvzmaAKU3JXM9kJpo8/b6+iIgJwA1iR9A+QgTcDu33fJ2PlXCJxHQNhbus1d/Neng+exBCiLt3mys73LwPwEmbmqiK90OjfUuJLRIFYsXF66qu9tCNjJpeC/sGVkb+yvlEk8sbpJyCP4lz10soa7abWDmOQA6efEX9nfCET1KmGBQ7phFwMOboBVhlftZUxluxs08eIqZhhhxRBzU+nRAbUsOjLb996Lzkrq2iaG0hTU/h7EBjtWVjzMu7YH/120x/ixHjxAhaTzafOf3fE8QDt7o/XC5E6UaI3GPCNO96qaZGbTGUd9k0GwczUXupMUiD0u9u+KFbZcRo+BQJJBTcJHIYrbTiMWesUrD8u5ut4L4TOIF1MCdXxTEpa/DiZFbpy1rfQ/EPApjcQXsOfqlBygtNFoLp1KKmoiu+U2YeRwP+OxAq5DvdC7CPYUA0hZfmLI8GXqFv+oFsCA9MDjjqTKRB6PnMZ9TXMcuPiC50EV288AB49kPd6GvdU1iggeGKPP6a50XIodGIVKYRRIsYTzMadSoF9U8kDCaUxhN9ht1fuSCanLvHqowzqvptGyaBz0BK0SGfc1HgBlc1QXjarCFFt2VbE0PMDEiHOS/PC26OA/FL0ypl/+qgpPTbH9qCkp5nRNq2ZTvfjHJqZlxtx0dRmnn0VA/b3wZ8EjaQJ71bOoCMWXgMkuWHfUpy5eb5+baZ4hkRMXdfq1ltlmNC9PZanE8iJUy7sqlqfhzyyDTA0+A4CFENOnPMkkP8gNL/ivj/XxGq+ZvRItWGuschi5HkWuGMM92fQp+K5N7FxciAvq",
"encryption": "cgck"
},
"c7b6ee9014f7ca09f8f068e986a2ba00": {
"/": "./blob",
"data": "mvyPco8VdwJwY/Je+vZc9dNwLQt4H0VVrRGgaQAAABAEAJXrh2pMcBlDZCeYVTvFScj4zayARg9J6CvM8QuZvTLEIHTc+W/FjVnNTodY+UaEC2vU7cnwm01bAE6iC7dO6FkxvCrDkVB4ur4MU4nlVR1ktrHnRXUo5xcVnLOQMDP/EkLvKDb8rUbjARa8UDYloiaDiyjv1QqSgTpTzaZGLGP1dmGqkOl7EWDBAT86N5PqD8HqoG44fssxFEjDhVou6UUD/6RkPy2KSO2VZ+zXXaaeBqCX6mdVttGfGLM6KFQkBNVaWPz3hC8ylloIs7CzaZsGvXo5uiFFRc0QJVIKwZs4JeZtbp8pZ7styZ6ttu5MCt4mUnxNBGUDgvAICSmdfjeDRkQvTULTNzKca+u3754hL9X7bSpcZIPhmlXVt6RZGNxO4Wuf3Jb++pVkYepmdl7JOFkKJU2rlvIz9P0UpoJU0/8tdc4T/J58uOMX/hYZCnu4cXdozx5sR0Soc/qtXYoa1umvE19uCJ2R5IPxOsUxnMU7IRfDDt7bZIUlRg5MGJSQhfvLOo8NtLvt1plbfstLjaEQwn3dMtZGy68bdBJaV0IJGjWJp4R3aGBNGWyEFheDyGdlqJqjlU64lK0bbeTTT4oBfyO6xfJ/P23qTxi/iFLAQAXUKIINPdUUNFm1GElG94XYIvlkrN0BiIckHSlb2YG+ze5PMJXymS2hEki4upSDfaKWpDigNPIlZPh7BnmhisW0Zx19jLevsTgolk4IwM60NpTUrkcWuoi9B8ZyvKAguEJw+ZRZfhg202j8CS0V0XQNWw9trCZp96H9FkMc6sQM4tatNoM4ENsh901fE8lG61CYowWTQCcv/gaDCk97bE5cejo1Bk2qdr+ZR6t2Y+jXvLP6q7STYTxeOftwfFn5fgDmb8KKS2j/IzjQ",
"encryption": "cgck"
},
"e101287c8e3b3f426a6edb24916e6cf0": {
"/": "./blob",
"data": "oOtVo8lQTABEKYaaJ8TBZt6Uu/VpoMkcRZ6Y4AAAABAEC8mmAu7RoJS+Q7HYNlbWV9SkpCpLbVlYZUCxw4q6DuBm6KIOhjRYEwoXe79ZQuo5B1bi0igmiWutbclkO1Y2YCI20q8O8CsQgsrWY6qAUoPGsPNhaFc30+ZAixzTZHNoEXBsPSOC9lUGXE22iEXhjgB9voKnYrF7RoGvATzxNsbf9PJs43HvB4cfhGnEcW7uGA3sv5XCN84Y4IizP7GB7uYKWKSQ+/uHZvAij+MuJA1z+DPN19svaJA3S86H/HiPAADnZN0P6vvjUscvo1xjt7wOjjiEKaLzkGp/hV3YRYgWFd+3i3G89GJEfHA3H8OTDNea0mCD31y7GVPhiBUzIWLzipaLOW6/qLfbCOqZYmcDhTsxJwCrFEOTtGzYvOTxAdcXjC/njq3HvQzMD2ol2mgxihr2pRk/G6jm/bD0M8kxPNS0I+dq0qEzpzhfUemFGbYwVsQ4ZnOLxohuIZfHjIxiDPYHMYdn1f1ZSQQ+tp8V3UYpSep0RVj1Pa/hJGOUGTt1OjEXrYPJlfflp3JH3NZ4AcauXIvJCv5sVcwe/aXQFT2IwhikaACf7TkznonLE6wwO6KpC2Au2r3i7D0a3HBIeP3+Iwqrl36Oi3+xcENPrdxk4+Ve7R/fZADUe9tiE36lhQfFcH/KCydVlP5fsxMSTexW+ipeXxfPFrIAoq+c6uPH7Q6tHlFB31N9BAu9DNyRjn2x05xZ03Ida8paq1YINkfd5taSffGTY2uqnlbrHyR3TS9fKFbZ1QFyH/nAF0mZo/JgU4IY/Mc+G27t7eeDhQZ1kFnIzFaceStTMBjql6ouCJw+glGfeTs+74b8F0jeLMfl1N+jHEmXoCHTN7kfFfe8hlnTjSUAVKvYy1f/DPQQlPoj/cvdWL1EcTbi",
"encryption": "cgck"
}
},
"playout_formats": {
"dash-clear": {
"drm": null,
"protocol": {
"min_buffer_length": 2,
"type": "ProtoDash"
}
},
"dash-widevine": {
"drm": {
"content_id": "",
"enc_scheme_name": "cenc",
"license_servers": [],
"type": "DrmWidevine"
},
"protocol": {
"min_buffer_length": 2,
"type": "ProtoDash"
}
},
"hls-aes128": {
"drm": {
"enc_scheme_name": "aes-128",
"type": "DrmAes128"
},
"protocol": {
"type": "ProtoHls"
}
},
"hls-clear": {
"drm": null,
"protocol": {
"type": "ProtoHls"
}
}
},
"streams": {
"audio": {
"encryption_schemes": {
"aes-128": {
"iv": "b0d4d51b964e83bd42296dd1a51fba6c",
"key": "CCKAYEF6IyQLQnA6kY2zvg==",
"key_id": "e101287c8e3b3f426a6edb24916e6cf0",
"type": "EncSchemeAes128"
},
"cenc": {
"iv": "5356446d7379855f95ddcb2a1f4f3bf1",
"key_id": "6fc8bdcfb44ff218e18644493510807b",
"type": "EncSchemeCenc"
}
},
"representations": {
"audio@128000": {
"bit_rate": 128000,
"media_struct_stream_key": "audio",
"type": "RepAudio"
}
}
},
"video": {
"encryption_schemes": {
"aes-128": {
"iv": "e2704cf5eee4eb72b6710140a3f09635",
"key": "O5+RNz+/UCZYdQ6A47Ih4Q==",
"key_id": "c7b6ee9014f7ca09f8f068e986a2ba00",
"type": "EncSchemeAes128"
},
"cenc": {
"iv": "abae96dd5debc79576d230ff423b4b49",
"key_id": "a311e667c7993b4b9a6a9fc0ac467d94",
"type": "EncSchemeCenc"
}
},
"representations": {
"video_1280x720@4500000": {
"bit_rate": 4500000,
"crf": 0,
"height": 720,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 1280
},
"video_1920x1080@6500000": {
"bit_rate": 6500000,
"crf": 0,
"height": 1080,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 1920
},
"video_640x360@400000": {
"bit_rate": 400000,
"crf": 0,
"height": 360,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 640
},
"video_768x432@1100000": {
"bit_rate": 1100000,
"crf": 0,
"height": 432,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 768
},
"video_960x540@2000000": {
"bit_rate": 2000000,
"crf": 0,
"height": 540,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 960
}
}
}
}
},
"prod_master_hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"prod_master_var_key": "default",
"ready": false
}
}
},
"description": "Mezzanine Test Description",
"elv_created_at": 1573512304313,
"master": {
"hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"id": "iq__26gUWeQaKPn9XBrvyHDQi5wP1hwx",
"name": "Production Master Test",
"variant": "default"
},
"name": "Mezzanine Test",
"public": {
"description": "Mezzanine Test Description",
"name": "Mezzanine Test"
},
"test": "mezzanine"
}
async ContentObjectMetadata({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"metadataSubtree": "abr_mezzanine/offerings"
});
{
"default": {
"log": {
"Level": 3,
"entries": [
{
"l": 4,
"m": "apiAbrMezzanineInit()",
"t": 1573512304268987600
},
{
"l": 3,
"m": "Get abr.Profile from lib",
"t": 1573512304269067500
},
{
"l": 3,
"m": "Get production.Master",
"t": 1573512304273663000
},
{
"l": 4,
"m": "getProductionVariantCtx(hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8,default)",
"t": 1573512304273677600
},
{
"l": 4,
"m": "getting production.Master: hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"t": 1573512304273678300
},
{
"l": 4,
"m": "Get production.Variant 'default' from production.Master",
"t": 1573512304274821600
},
{
"l": 3,
"m": "Generate abr.Offering",
"t": 1573512304274859000
}
]
},
"media_struct": {
"duration_rat": "0",
"label": "",
"start_time_rat": "0",
"streams": {}
},
"mez_prep_specs": {
"audio": {
"bit_rate": 128000,
"channel_layout": "stereo",
"mapping_info": "",
"media_type": "audio",
"mez_count": 1,
"name": "audio",
"part_hashes": [],
"ready": false,
"seg_dur": {
"float": 2.020136054421769,
"float_exact": false,
"rat": "7424/3675",
"time_base": "1/44100",
"ts": 89088
},
"segs_per_mez": 15,
"source_streams": [
{
"files_api_path": "Video.mp4",
"source_hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"stream_index": 1
}
]
},
"video": {
"bit_rate": 6500000,
"height": 1080,
"key_frame_interval": 51,
"mapping_info": "",
"media_type": "video",
"mez_count": 1,
"name": "video",
"part_hashes": [],
"ready": false,
"seg_dur": {
"float": 2.04,
"float_exact": false,
"rat": "51/25",
"time_base": "1/90000",
"ts": 183600
},
"segs_per_mez": 15,
"source_streams": [
{
"files_api_path": "Video.mp4",
"source_hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"stream_index": 0
}
],
"width": 1920
}
},
"playout": {
"drm_keys": {
"6fc8bdcfb44ff218e18644493510807b": {
"/": "./blob",
"data": "oOn7slra/gJrlwIcPONLd9bpBazCZxDCbZdyBAAAABAECcZTE0hLGhrTq54KQCIyJb9DDeJqLqPMZyO1h/77ZsFnriD9bNWwG2OZfF3nzVWgAbavDLHbZ4g9d/vTkuBhZjrxvmciWsV4e5YFgaEK8U03K42UEyEP553jGdgVF1fyCk6PsemzZLBqzeYlY1dC8BaOohDekW13pbTnwh73pwwFrCr9Noy646UZT0vQ4kyZETNadl6G7YiWjxJy/EZp8GLi5eFA85LCQBVuNLbyijz1W/nAOkXcwUUhWRX/58l7DJ7P0tkI2EmcfwS039JMJeNqq4Dt6W6wSamzFRtd2jti2r7dxso3f6DupMvhWPrxBv98jZ+4cxA1hPIExXWrifkZdi8e+Utd4tsu6g9/RpFwiCxFWvDSO8TuG9U7z+UBBng39KsZtymAnxrLNrKfulCX3IkRR8a4GBkJmokrL5V7OMV3PBFPozq13EowmA2sDiBaPAJVRrO2eu0XET42G3nURkHYE5Xs8/Iaxk/UK+QJO3T6ZAERgIr4+j5qy8usBnMQ0zxUW/8hUp/WKJ7r1LDmCIo1yOZKlQWA023LrLOgkjEJOkpYQLGys01myCX0CLp0CpWnpIRGqeUsyQFU0X8Yn9FOCCPdW3UABez/zmWq9jTFFvBpitHeT6Kis4ehBsLHtB6zK8EDa7dzQissBC+E4UPA3c1ie89NYoJKq/TbR0/Q6hWSDBBcKyMQKYHOE0bUakEgX7J/uf9y5x7FANHucZuRlljkP14BJ9Notd3t8kzVWAQJCmHde+yj7HGPC2WHSwvjNZQngH54MVIILGoOKIqcSEEvwWEo386imGiAGd/B48cTlVk7xbbTCAyHBe+uuZ5uwYRzoAutSOQwjW67/RzchnbTztKqXz3CR5nqRZdGhwN7XEVWv9Wlh4FD",
"encryption": "cgck"
},
"a311e667c7993b4b9a6a9fc0ac467d94": {
"/": "./blob",
"data": "+8M9kh+5/gG+0x/cU33okA7lOUJYB+HTxUGa6QAAABAECctLC7B0iPq6jOEySVJNyXhaya+wNNjg0Q5C0DHxC1mIdeHTrR3uDZqRSNIbiPxlF50Te+LNfjyojlB/XvzmaAKU3JXM9kJpo8/b6+iIgJwA1iR9A+QgTcDu33fJ2PlXCJxHQNhbus1d/Neng+exBCiLt3mys73LwPwEmbmqiK90OjfUuJLRIFYsXF66qu9tCNjJpeC/sGVkb+yvlEk8sbpJyCP4lz10soa7abWDmOQA6efEX9nfCET1KmGBQ7phFwMOboBVhlftZUxluxs08eIqZhhhxRBzU+nRAbUsOjLb996Lzkrq2iaG0hTU/h7EBjtWVjzMu7YH/120x/ixHjxAhaTzafOf3fE8QDt7o/XC5E6UaI3GPCNO96qaZGbTGUd9k0GwczUXupMUiD0u9u+KFbZcRo+BQJJBTcJHIYrbTiMWesUrD8u5ut4L4TOIF1MCdXxTEpa/DiZFbpy1rfQ/EPApjcQXsOfqlBygtNFoLp1KKmoiu+U2YeRwP+OxAq5DvdC7CPYUA0hZfmLI8GXqFv+oFsCA9MDjjqTKRB6PnMZ9TXMcuPiC50EV288AB49kPd6GvdU1iggeGKPP6a50XIodGIVKYRRIsYTzMadSoF9U8kDCaUxhN9ht1fuSCanLvHqowzqvptGyaBz0BK0SGfc1HgBlc1QXjarCFFt2VbE0PMDEiHOS/PC26OA/FL0ypl/+qgpPTbH9qCkp5nRNq2ZTvfjHJqZlxtx0dRmnn0VA/b3wZ8EjaQJ71bOoCMWXgMkuWHfUpy5eb5+baZ4hkRMXdfq1ltlmNC9PZanE8iJUy7sqlqfhzyyDTA0+A4CFENOnPMkkP8gNL/ivj/XxGq+ZvRItWGuschi5HkWuGMM92fQp+K5N7FxciAvq",
"encryption": "cgck"
},
"c7b6ee9014f7ca09f8f068e986a2ba00": {
"/": "./blob",
"data": "mvyPco8VdwJwY/Je+vZc9dNwLQt4H0VVrRGgaQAAABAEAJXrh2pMcBlDZCeYVTvFScj4zayARg9J6CvM8QuZvTLEIHTc+W/FjVnNTodY+UaEC2vU7cnwm01bAE6iC7dO6FkxvCrDkVB4ur4MU4nlVR1ktrHnRXUo5xcVnLOQMDP/EkLvKDb8rUbjARa8UDYloiaDiyjv1QqSgTpTzaZGLGP1dmGqkOl7EWDBAT86N5PqD8HqoG44fssxFEjDhVou6UUD/6RkPy2KSO2VZ+zXXaaeBqCX6mdVttGfGLM6KFQkBNVaWPz3hC8ylloIs7CzaZsGvXo5uiFFRc0QJVIKwZs4JeZtbp8pZ7styZ6ttu5MCt4mUnxNBGUDgvAICSmdfjeDRkQvTULTNzKca+u3754hL9X7bSpcZIPhmlXVt6RZGNxO4Wuf3Jb++pVkYepmdl7JOFkKJU2rlvIz9P0UpoJU0/8tdc4T/J58uOMX/hYZCnu4cXdozx5sR0Soc/qtXYoa1umvE19uCJ2R5IPxOsUxnMU7IRfDDt7bZIUlRg5MGJSQhfvLOo8NtLvt1plbfstLjaEQwn3dMtZGy68bdBJaV0IJGjWJp4R3aGBNGWyEFheDyGdlqJqjlU64lK0bbeTTT4oBfyO6xfJ/P23qTxi/iFLAQAXUKIINPdUUNFm1GElG94XYIvlkrN0BiIckHSlb2YG+ze5PMJXymS2hEki4upSDfaKWpDigNPIlZPh7BnmhisW0Zx19jLevsTgolk4IwM60NpTUrkcWuoi9B8ZyvKAguEJw+ZRZfhg202j8CS0V0XQNWw9trCZp96H9FkMc6sQM4tatNoM4ENsh901fE8lG61CYowWTQCcv/gaDCk97bE5cejo1Bk2qdr+ZR6t2Y+jXvLP6q7STYTxeOftwfFn5fgDmb8KKS2j/IzjQ",
"encryption": "cgck"
},
"e101287c8e3b3f426a6edb24916e6cf0": {
"/": "./blob",
"data": "oOtVo8lQTABEKYaaJ8TBZt6Uu/VpoMkcRZ6Y4AAAABAEC8mmAu7RoJS+Q7HYNlbWV9SkpCpLbVlYZUCxw4q6DuBm6KIOhjRYEwoXe79ZQuo5B1bi0igmiWutbclkO1Y2YCI20q8O8CsQgsrWY6qAUoPGsPNhaFc30+ZAixzTZHNoEXBsPSOC9lUGXE22iEXhjgB9voKnYrF7RoGvATzxNsbf9PJs43HvB4cfhGnEcW7uGA3sv5XCN84Y4IizP7GB7uYKWKSQ+/uHZvAij+MuJA1z+DPN19svaJA3S86H/HiPAADnZN0P6vvjUscvo1xjt7wOjjiEKaLzkGp/hV3YRYgWFd+3i3G89GJEfHA3H8OTDNea0mCD31y7GVPhiBUzIWLzipaLOW6/qLfbCOqZYmcDhTsxJwCrFEOTtGzYvOTxAdcXjC/njq3HvQzMD2ol2mgxihr2pRk/G6jm/bD0M8kxPNS0I+dq0qEzpzhfUemFGbYwVsQ4ZnOLxohuIZfHjIxiDPYHMYdn1f1ZSQQ+tp8V3UYpSep0RVj1Pa/hJGOUGTt1OjEXrYPJlfflp3JH3NZ4AcauXIvJCv5sVcwe/aXQFT2IwhikaACf7TkznonLE6wwO6KpC2Au2r3i7D0a3HBIeP3+Iwqrl36Oi3+xcENPrdxk4+Ve7R/fZADUe9tiE36lhQfFcH/KCydVlP5fsxMSTexW+ipeXxfPFrIAoq+c6uPH7Q6tHlFB31N9BAu9DNyRjn2x05xZ03Ida8paq1YINkfd5taSffGTY2uqnlbrHyR3TS9fKFbZ1QFyH/nAF0mZo/JgU4IY/Mc+G27t7eeDhQZ1kFnIzFaceStTMBjql6ouCJw+glGfeTs+74b8F0jeLMfl1N+jHEmXoCHTN7kfFfe8hlnTjSUAVKvYy1f/DPQQlPoj/cvdWL1EcTbi",
"encryption": "cgck"
}
},
"playout_formats": {
"dash-clear": {
"drm": null,
"protocol": {
"min_buffer_length": 2,
"type": "ProtoDash"
}
},
"dash-widevine": {
"drm": {
"content_id": "",
"enc_scheme_name": "cenc",
"license_servers": [],
"type": "DrmWidevine"
},
"protocol": {
"min_buffer_length": 2,
"type": "ProtoDash"
}
},
"hls-aes128": {
"drm": {
"enc_scheme_name": "aes-128",
"type": "DrmAes128"
},
"protocol": {
"type": "ProtoHls"
}
},
"hls-clear": {
"drm": null,
"protocol": {
"type": "ProtoHls"
}
}
},
"streams": {
"audio": {
"encryption_schemes": {
"aes-128": {
"iv": "b0d4d51b964e83bd42296dd1a51fba6c",
"key": "CCKAYEF6IyQLQnA6kY2zvg==",
"key_id": "e101287c8e3b3f426a6edb24916e6cf0",
"type": "EncSchemeAes128"
},
"cenc": {
"iv": "5356446d7379855f95ddcb2a1f4f3bf1",
"key_id": "6fc8bdcfb44ff218e18644493510807b",
"type": "EncSchemeCenc"
}
},
"representations": {
"audio@128000": {
"bit_rate": 128000,
"media_struct_stream_key": "audio",
"type": "RepAudio"
}
}
},
"video": {
"encryption_schemes": {
"aes-128": {
"iv": "e2704cf5eee4eb72b6710140a3f09635",
"key": "O5+RNz+/UCZYdQ6A47Ih4Q==",
"key_id": "c7b6ee9014f7ca09f8f068e986a2ba00",
"type": "EncSchemeAes128"
},
"cenc": {
"iv": "abae96dd5debc79576d230ff423b4b49",
"key_id": "a311e667c7993b4b9a6a9fc0ac467d94",
"type": "EncSchemeCenc"
}
},
"representations": {
"video_1280x720@4500000": {
"bit_rate": 4500000,
"crf": 0,
"height": 720,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 1280
},
"video_1920x1080@6500000": {
"bit_rate": 6500000,
"crf": 0,
"height": 1080,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 1920
},
"video_640x360@400000": {
"bit_rate": 400000,
"crf": 0,
"height": 360,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 640
},
"video_768x432@1100000": {
"bit_rate": 1100000,
"crf": 0,
"height": 432,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 768
},
"video_960x540@2000000": {
"bit_rate": 2000000,
"crf": 0,
"height": 540,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 960
}
}
}
}
},
"prod_master_hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"prod_master_var_key": "default",
"ready": false
}
}
async ContentObjectMetadata({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"writeToken": "tqw_HuXPPs7zKjGx1CAht2FVfszWitMZaMWXT",
"metadataSubtree": "lro_status"
});
{
"0f3f0a8b-97dd-484d-80f9-e27ec087b7dc": {
"duration": 352,
"duration_ms": 0,
"progress": {
"percentage": 0
},
"run_state": "running",
"start": "2019-11-11T22:45:09Z"
},
"241d9fbd-6dcb-4438-8aea-2aec633f71bf": {
"duration": 512,
"duration_ms": 0,
"progress": {
"percentage": 0
},
"run_state": "running",
"start": "2019-11-11T22:45:09Z"
}
}
async ContentObjectMetadata({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"writeToken": "tqw_HuXPPs7zKjGx1CAht2FVfszWitMZaMWXT",
"metadataSubtree": "lro_status"
});
{
"0f3f0a8b-97dd-484d-80f9-e27ec087b7dc": {
"duration": 352,
"duration_ms": 0,
"progress": {
"percentage": 0
},
"run_state": "running",
"start": "2019-11-11T22:45:09Z"
},
"241d9fbd-6dcb-4438-8aea-2aec633f71bf": {
"duration": 14565716600,
"duration_ms": 14565,
"end": "2019-11-11T22:45:23Z",
"progress": {
"percentage": 100
},
"run_state": "finished",
"start": "2019-11-11T22:45:09Z"
}
}
async ContentObjectMetadata({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"writeToken": "tqw_HuXPPs7zKjGx1CAht2FVfszWitMZaMWXT",
"metadataSubtree": "lro_status"
});
{
"0f3f0a8b-97dd-484d-80f9-e27ec087b7dc": {
"duration": 38398957384,
"duration_ms": 38398,
"end": "2019-11-11T22:45:47Z",
"progress": {
"percentage": 100
},
"run_state": "finished",
"start": "2019-11-11T22:45:09Z"
},
"241d9fbd-6dcb-4438-8aea-2aec633f71bf": {
"duration": 14565716600,
"duration_ms": 14565,
"end": "2019-11-11T22:45:23Z",
"progress": {
"percentage": 100
},
"run_state": "finished",
"start": "2019-11-11T22:45:09Z"
}
}
async ContentObjectMetadata({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"writeToken": "tqw_HuXPPs7zKjGx1CAht2FVfszWitMZaMWXT",
"metadataSubtree": "abr_mezzanine/offerings"
});
{
"default": {
"log": {
"Level": 3,
"entries": [
{
"l": 4,
"m": "apiAbrMezzanineInit()",
"t": 1573512304268987600
},
{
"l": 3,
"m": "Get abr.Profile from lib",
"t": 1573512304269067500
},
{
"l": 3,
"m": "Get production.Master",
"t": 1573512304273663000
},
{
"l": 4,
"m": "getProductionVariantCtx(hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8,default)",
"t": 1573512304273677600
},
{
"l": 4,
"m": "getting production.Master: hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"t": 1573512304273678300
},
{
"l": 4,
"m": "Get production.Variant 'default' from production.Master",
"t": 1573512304274821600
},
{
"l": 3,
"m": "Generate abr.Offering",
"t": 1573512304274859000
}
]
},
"media_struct": {
"duration_rat": "0",
"label": "",
"start_time_rat": "0",
"streams": {}
},
"mez_prep_specs": {
"audio": {
"bit_rate": 128000,
"channel_layout": "stereo",
"mapping_info": "",
"media_type": "audio",
"mez_count": 1,
"name": "audio",
"part_hashes": [
"hqp_HyDDuasb4a1UfTLFMrndM8GQ9mNDEaJHCTwCgQArwYw5WT1y"
],
"ready": true,
"seg_dur": {
"float": 2.020136054421769,
"float_exact": false,
"rat": "7424/3675",
"time_base": "1/44100",
"ts": 89088
},
"segs_per_mez": 15,
"source_streams": [
{
"files_api_path": "Video.mp4",
"source_hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"stream_index": 1
}
]
},
"video": {
"bit_rate": 6500000,
"height": 1080,
"key_frame_interval": 51,
"mapping_info": "",
"media_type": "video",
"mez_count": 1,
"name": "video",
"part_hashes": [
"hqp_ak17FXSzshfhTMwC3KfEpN9wqeX9KamWrovq6Asy5uApuZj6a"
],
"ready": true,
"seg_dur": {
"float": 2.04,
"float_exact": false,
"rat": "51/25",
"time_base": "1/90000",
"ts": 183600
},
"segs_per_mez": 15,
"source_streams": [
{
"files_api_path": "Video.mp4",
"source_hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"stream_index": 0
}
],
"width": 1920
}
},
"playout": {
"drm_keys": {
"6fc8bdcfb44ff218e18644493510807b": {
"/": "./blob",
"data": "oOn7slra/gJrlwIcPONLd9bpBazCZxDCbZdyBAAAABAECcZTE0hLGhrTq54KQCIyJb9DDeJqLqPMZyO1h/77ZsFnriD9bNWwG2OZfF3nzVWgAbavDLHbZ4g9d/vTkuBhZjrxvmciWsV4e5YFgaEK8U03K42UEyEP553jGdgVF1fyCk6PsemzZLBqzeYlY1dC8BaOohDekW13pbTnwh73pwwFrCr9Noy646UZT0vQ4kyZETNadl6G7YiWjxJy/EZp8GLi5eFA85LCQBVuNLbyijz1W/nAOkXcwUUhWRX/58l7DJ7P0tkI2EmcfwS039JMJeNqq4Dt6W6wSamzFRtd2jti2r7dxso3f6DupMvhWPrxBv98jZ+4cxA1hPIExXWrifkZdi8e+Utd4tsu6g9/RpFwiCxFWvDSO8TuG9U7z+UBBng39KsZtymAnxrLNrKfulCX3IkRR8a4GBkJmokrL5V7OMV3PBFPozq13EowmA2sDiBaPAJVRrO2eu0XET42G3nURkHYE5Xs8/Iaxk/UK+QJO3T6ZAERgIr4+j5qy8usBnMQ0zxUW/8hUp/WKJ7r1LDmCIo1yOZKlQWA023LrLOgkjEJOkpYQLGys01myCX0CLp0CpWnpIRGqeUsyQFU0X8Yn9FOCCPdW3UABez/zmWq9jTFFvBpitHeT6Kis4ehBsLHtB6zK8EDa7dzQissBC+E4UPA3c1ie89NYoJKq/TbR0/Q6hWSDBBcKyMQKYHOE0bUakEgX7J/uf9y5x7FANHucZuRlljkP14BJ9Notd3t8kzVWAQJCmHde+yj7HGPC2WHSwvjNZQngH54MVIILGoOKIqcSEEvwWEo386imGiAGd/B48cTlVk7xbbTCAyHBe+uuZ5uwYRzoAutSOQwjW67/RzchnbTztKqXz3CR5nqRZdGhwN7XEVWv9Wlh4FD",
"encryption": "cgck"
},
"a311e667c7993b4b9a6a9fc0ac467d94": {
"/": "./blob",
"data": "+8M9kh+5/gG+0x/cU33okA7lOUJYB+HTxUGa6QAAABAECctLC7B0iPq6jOEySVJNyXhaya+wNNjg0Q5C0DHxC1mIdeHTrR3uDZqRSNIbiPxlF50Te+LNfjyojlB/XvzmaAKU3JXM9kJpo8/b6+iIgJwA1iR9A+QgTcDu33fJ2PlXCJxHQNhbus1d/Neng+exBCiLt3mys73LwPwEmbmqiK90OjfUuJLRIFYsXF66qu9tCNjJpeC/sGVkb+yvlEk8sbpJyCP4lz10soa7abWDmOQA6efEX9nfCET1KmGBQ7phFwMOboBVhlftZUxluxs08eIqZhhhxRBzU+nRAbUsOjLb996Lzkrq2iaG0hTU/h7EBjtWVjzMu7YH/120x/ixHjxAhaTzafOf3fE8QDt7o/XC5E6UaI3GPCNO96qaZGbTGUd9k0GwczUXupMUiD0u9u+KFbZcRo+BQJJBTcJHIYrbTiMWesUrD8u5ut4L4TOIF1MCdXxTEpa/DiZFbpy1rfQ/EPApjcQXsOfqlBygtNFoLp1KKmoiu+U2YeRwP+OxAq5DvdC7CPYUA0hZfmLI8GXqFv+oFsCA9MDjjqTKRB6PnMZ9TXMcuPiC50EV288AB49kPd6GvdU1iggeGKPP6a50XIodGIVKYRRIsYTzMadSoF9U8kDCaUxhN9ht1fuSCanLvHqowzqvptGyaBz0BK0SGfc1HgBlc1QXjarCFFt2VbE0PMDEiHOS/PC26OA/FL0ypl/+qgpPTbH9qCkp5nRNq2ZTvfjHJqZlxtx0dRmnn0VA/b3wZ8EjaQJ71bOoCMWXgMkuWHfUpy5eb5+baZ4hkRMXdfq1ltlmNC9PZanE8iJUy7sqlqfhzyyDTA0+A4CFENOnPMkkP8gNL/ivj/XxGq+ZvRItWGuschi5HkWuGMM92fQp+K5N7FxciAvq",
"encryption": "cgck"
},
"c7b6ee9014f7ca09f8f068e986a2ba00": {
"/": "./blob",
"data": "mvyPco8VdwJwY/Je+vZc9dNwLQt4H0VVrRGgaQAAABAEAJXrh2pMcBlDZCeYVTvFScj4zayARg9J6CvM8QuZvTLEIHTc+W/FjVnNTodY+UaEC2vU7cnwm01bAE6iC7dO6FkxvCrDkVB4ur4MU4nlVR1ktrHnRXUo5xcVnLOQMDP/EkLvKDb8rUbjARa8UDYloiaDiyjv1QqSgTpTzaZGLGP1dmGqkOl7EWDBAT86N5PqD8HqoG44fssxFEjDhVou6UUD/6RkPy2KSO2VZ+zXXaaeBqCX6mdVttGfGLM6KFQkBNVaWPz3hC8ylloIs7CzaZsGvXo5uiFFRc0QJVIKwZs4JeZtbp8pZ7styZ6ttu5MCt4mUnxNBGUDgvAICSmdfjeDRkQvTULTNzKca+u3754hL9X7bSpcZIPhmlXVt6RZGNxO4Wuf3Jb++pVkYepmdl7JOFkKJU2rlvIz9P0UpoJU0/8tdc4T/J58uOMX/hYZCnu4cXdozx5sR0Soc/qtXYoa1umvE19uCJ2R5IPxOsUxnMU7IRfDDt7bZIUlRg5MGJSQhfvLOo8NtLvt1plbfstLjaEQwn3dMtZGy68bdBJaV0IJGjWJp4R3aGBNGWyEFheDyGdlqJqjlU64lK0bbeTTT4oBfyO6xfJ/P23qTxi/iFLAQAXUKIINPdUUNFm1GElG94XYIvlkrN0BiIckHSlb2YG+ze5PMJXymS2hEki4upSDfaKWpDigNPIlZPh7BnmhisW0Zx19jLevsTgolk4IwM60NpTUrkcWuoi9B8ZyvKAguEJw+ZRZfhg202j8CS0V0XQNWw9trCZp96H9FkMc6sQM4tatNoM4ENsh901fE8lG61CYowWTQCcv/gaDCk97bE5cejo1Bk2qdr+ZR6t2Y+jXvLP6q7STYTxeOftwfFn5fgDmb8KKS2j/IzjQ",
"encryption": "cgck"
},
"e101287c8e3b3f426a6edb24916e6cf0": {
"/": "./blob",
"data": "oOtVo8lQTABEKYaaJ8TBZt6Uu/VpoMkcRZ6Y4AAAABAEC8mmAu7RoJS+Q7HYNlbWV9SkpCpLbVlYZUCxw4q6DuBm6KIOhjRYEwoXe79ZQuo5B1bi0igmiWutbclkO1Y2YCI20q8O8CsQgsrWY6qAUoPGsPNhaFc30+ZAixzTZHNoEXBsPSOC9lUGXE22iEXhjgB9voKnYrF7RoGvATzxNsbf9PJs43HvB4cfhGnEcW7uGA3sv5XCN84Y4IizP7GB7uYKWKSQ+/uHZvAij+MuJA1z+DPN19svaJA3S86H/HiPAADnZN0P6vvjUscvo1xjt7wOjjiEKaLzkGp/hV3YRYgWFd+3i3G89GJEfHA3H8OTDNea0mCD31y7GVPhiBUzIWLzipaLOW6/qLfbCOqZYmcDhTsxJwCrFEOTtGzYvOTxAdcXjC/njq3HvQzMD2ol2mgxihr2pRk/G6jm/bD0M8kxPNS0I+dq0qEzpzhfUemFGbYwVsQ4ZnOLxohuIZfHjIxiDPYHMYdn1f1ZSQQ+tp8V3UYpSep0RVj1Pa/hJGOUGTt1OjEXrYPJlfflp3JH3NZ4AcauXIvJCv5sVcwe/aXQFT2IwhikaACf7TkznonLE6wwO6KpC2Au2r3i7D0a3HBIeP3+Iwqrl36Oi3+xcENPrdxk4+Ve7R/fZADUe9tiE36lhQfFcH/KCydVlP5fsxMSTexW+ipeXxfPFrIAoq+c6uPH7Q6tHlFB31N9BAu9DNyRjn2x05xZ03Ida8paq1YINkfd5taSffGTY2uqnlbrHyR3TS9fKFbZ1QFyH/nAF0mZo/JgU4IY/Mc+G27t7eeDhQZ1kFnIzFaceStTMBjql6ouCJw+glGfeTs+74b8F0jeLMfl1N+jHEmXoCHTN7kfFfe8hlnTjSUAVKvYy1f/DPQQlPoj/cvdWL1EcTbi",
"encryption": "cgck"
}
},
"playout_formats": {
"dash-clear": {
"drm": null,
"protocol": {
"min_buffer_length": 2,
"type": "ProtoDash"
}
},
"dash-widevine": {
"drm": {
"content_id": "",
"enc_scheme_name": "cenc",
"license_servers": [],
"type": "DrmWidevine"
},
"protocol": {
"min_buffer_length": 2,
"type": "ProtoDash"
}
},
"hls-aes128": {
"drm": {
"enc_scheme_name": "aes-128",
"type": "DrmAes128"
},
"protocol": {
"type": "ProtoHls"
}
},
"hls-clear": {
"drm": null,
"protocol": {
"type": "ProtoHls"
}
}
},
"streams": {
"audio": {
"encryption_schemes": {
"aes-128": {
"iv": "b0d4d51b964e83bd42296dd1a51fba6c",
"key": "CCKAYEF6IyQLQnA6kY2zvg==",
"key_id": "e101287c8e3b3f426a6edb24916e6cf0",
"type": "EncSchemeAes128"
},
"cenc": {
"iv": "5356446d7379855f95ddcb2a1f4f3bf1",
"key_id": "6fc8bdcfb44ff218e18644493510807b",
"type": "EncSchemeCenc"
}
},
"representations": {
"audio@128000": {
"bit_rate": 128000,
"media_struct_stream_key": "audio",
"type": "RepAudio"
}
}
},
"video": {
"encryption_schemes": {
"aes-128": {
"iv": "e2704cf5eee4eb72b6710140a3f09635",
"key": "O5+RNz+/UCZYdQ6A47Ih4Q==",
"key_id": "c7b6ee9014f7ca09f8f068e986a2ba00",
"type": "EncSchemeAes128"
},
"cenc": {
"iv": "abae96dd5debc79576d230ff423b4b49",
"key_id": "a311e667c7993b4b9a6a9fc0ac467d94",
"type": "EncSchemeCenc"
}
},
"representations": {
"video_1280x720@4500000": {
"bit_rate": 4500000,
"crf": 0,
"height": 720,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 1280
},
"video_1920x1080@6500000": {
"bit_rate": 6500000,
"crf": 0,
"height": 1080,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 1920
},
"video_640x360@400000": {
"bit_rate": 400000,
"crf": 0,
"height": 360,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 640
},
"video_768x432@1100000": {
"bit_rate": 1100000,
"crf": 0,
"height": 432,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 768
},
"video_960x540@2000000": {
"bit_rate": 2000000,
"crf": 0,
"height": 540,
"media_struct_stream_key": "video",
"type": "RepVideo",
"width": 960
}
}
}
}
},
"prod_master_hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"prod_master_var_key": "default",
"ready": false
}
}
async ContentObjectMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
{
"eluv.caps.ikms2s41ivY1BDJ8K5PJyAtTtJZQcHZ": "BEa+kUS1jB10uyMlzsIxPDUsD+qL0BOreHOlR7/7tb8b0NG5o5KwicwYE4lJTf688TDZ1TNq5u+V3hdMJmPHzP40KwwjnLMUjXHWDCTU0J0j8aTEaA5aT8VxwtxzIUlQQslyajtQDwyNuI/M3x8jkKs3g4NMIQbJfMGgflP3LA9saBJ32Qgvd+lGyjq9u/Jes1ul3Cl5kLK04uhi0UZ2UIPoap9uINcZKdRBI+wZTIxztdVcUXnoAhni5Bhs66oYddeI/bDtuDGKi40z4HJve7vfoQHPzK2BUTiPM+TQMm6mznmiEkmDAbDWGlCXh9ZNZdBR1tFjutwuYVs2d0IusNBMqxK0u3DfQnJjATqutjcO228lkC+HaLAHt1G8hi5HH7HGtqZugZidVg7O28CB3JrFWNNktxw4TtG0Q1VCQkg718+RHTAe+So0R+dqTYjad1H2vtRpxGmOzUpNW9snmjSxM5phyKGd9tb3UVSnLm6z",
"eluv.caps.iusr2uZvgHeZw17D6zcbiMfD6tKcjb1o": "BEa+kUS1jB10uyMlzsIxPDUsD+qL0BOreHOlR7/7tb8b0NG5o5KwicwYE4lJTf688TDZ1TNq5u+V3hdMJmPHzP7qIFja819e4PwgtFu0HLOA+KD7CunwE6BprTdjaG7X/7inKwTz6iS5aOUn7gAu+oiLC9u84OpauxaxQbSGTmPWsw8K3aM1vOaJZmeL0F81VsFSNO7HVW1iz+h8QYf9cObgbbu949Qasm1cvIZNk26f9unhZ3Sqvcf9lqqyNgo2cBHdDCpFKXGWxBFfCkSTnCwoyobsTG1Acuu0U6+RY1E+bWNRPSnVrKIdeZsiY+tOP3Vv6UbdELg8a9SAuMFczdetVDTzObUR3fe5V5Y9elC+HMCZ2a912aWKZu3mK/EJm28MIfREXHTdqz8dp9RUAxuONvdGCtifVeTDbseNhY2ed5oFjypmQqxR1dnDzxZVHvb/26aZpOtyk8QFfFvQZrKtorYzx7tlGW2NN+YuHWAk",
"files": {
".": {
"type": "directory"
},
"s3-copy": {
".": {
"ingest": {
"etag": "5c689030274ecfd14a815c8672b9f723-12",
"path": "/eluvio-mez-test/ENTIRE_CREED_2min_.mp4",
"size": 97944174,
"type": "key"
},
"parts": [
2,
3,
4
],
"size": 97944174
}
},
"s3-reference": {
".": {
"reference": {
"etag": "5c689030274ecfd14a815c8672b9f723-12",
"path": "/eluvio-mez-test/ENTIRE_CREED_2min_.mp4",
"size": 97944174,
"type": "key"
},
"size": 97944174
}
},
"testDirectory": {
".": {
"type": "directory"
},
"File 1": {
".": {
"parts": [
0
],
"size": 100000
}
},
"File 2": {
".": {
"parts": [
1
],
"size": 100000
}
}
}
},
"links": {
"myLink2": {
"/": "./files/testDirectory/File 2"
}
},
"mime-types": {
"": "text/plain"
},
"myLink": {
"/": "./files/testDirectory/File 1"
},
"name": "Test Content Object",
"toMerge": {
"merge": "me",
"new": "metadata"
},
"toReplace": {
"new": "metadata"
}
}
async ContentObjectMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"metadataSubtree": "custom_contract"
});
{
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "licensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "percentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_FINAL_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "partialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "new_owner",
"type": "address"
}
],
"name": "transferContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT_APPROVED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "licensing_fee",
"type": "uint256"
}
],
"name": "setLicensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "licensingStatus",
"outputs": [
{
"name": "percentComplete",
"type": "uint8"
},
{
"name": "licensingFee",
"type": "uint256"
},
{
"name": "licensingFeePaid",
"type": "uint256"
},
{
"name": "valid",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "partial_payment",
"type": "uint8"
}
],
"name": "setPartialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent_partial",
"type": "uint8"
}
],
"name": "setPercentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
}
],
"name": "reclaimContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "percent_complete",
"type": "uint8"
},
{
"name": "note",
"type": "string"
}
],
"name": "reviewContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "content",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PayCredit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0xf7ff9710f064341d4b0b063caec64cbd703b2c75",
"description": "Custom Contract Description",
"factoryAbi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "licensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "percentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_FINAL_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "partialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "new_owner",
"type": "address"
}
],
"name": "transferContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT_APPROVED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "licensing_fee",
"type": "uint256"
}
],
"name": "setLicensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "licensingStatus",
"outputs": [
{
"name": "percentComplete",
"type": "uint8"
},
{
"name": "licensingFee",
"type": "uint256"
},
{
"name": "licensingFeePaid",
"type": "uint256"
},
{
"name": "valid",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "partial_payment",
"type": "uint8"
}
],
"name": "setPartialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent_partial",
"type": "uint8"
}
],
"name": "setPercentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
}
],
"name": "reclaimContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "percent_complete",
"type": "uint8"
},
{
"name": "note",
"type": "string"
}
],
"name": "reviewContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "content",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PayCredit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"name": "Custom Contract"
}
- Source:
async ContentObjectOwner({libraryId}) → Promise.<string>
Returns the address of the owner of the specified content object
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
Example
- Source:
async ContentObjects({libraryId,filterOptionsoptional}) → Promise.<Array.<Object>>
List content objects in the specified library
- /qlibs/:qlibid/q
Parameters:
| Name | Type | Attributes | Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
libraryId |
string |
ID of the library |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||
filterOptions |
object |
<optional> |
Pagination, sorting and filtering options Properties
|
Examples
async ContentObjects({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj"
});
{
"contents": [
{
"id": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"versions": [
{
"id": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"hash": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"type": "",
"meta": {
"name": "Test Object 7",
"otherKey": 3
}
}
]
},
{
"id": "iq__2U1ffdjjpWakNpvT6apUuajuuJpZ",
"versions": [
{
"id": "iq__2U1ffdjjpWakNpvT6apUuajuuJpZ",
"hash": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"type": "",
"meta": {
"name": "Test Object 9",
"otherKey": 1
}
}
]
},
{
"id": "iq__2b2Jie3w2DFbZwuiTv5ifSXbEDXj",
"versions": [
{
"id": "iq__2b2Jie3w2DFbZwuiTv5ifSXbEDXj",
"hash": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"type": "",
"meta": {
"name": "Test Object 2",
"otherKey": 8
}
}
]
},
{
"id": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"versions": [
{
"id": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"hash": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"type": "",
"meta": {
"name": "Test Object 5",
"otherKey": 5
}
}
]
},
{
"id": "iq__3Ki7K351LE16SpxphTdEv3bfVv2G",
"versions": [
{
"id": "iq__3Ki7K351LE16SpxphTdEv3bfVv2G",
"hash": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"type": "",
"meta": {
"name": "Test Object 1",
"otherKey": 9
}
}
]
},
{
"id": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"versions": [
{
"id": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"hash": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"type": "",
"meta": {
"name": "Test Object 4",
"otherKey": 6
}
}
]
},
{
"id": "iq__M2NQ7KtNKjXzx4HLbZwJrqKkTQM",
"versions": [
{
"id": "iq__M2NQ7KtNKjXzx4HLbZwJrqKkTQM",
"hash": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"type": "",
"meta": {
"name": "Test Object 8",
"otherKey": 2
}
}
]
},
{
"id": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"versions": [
{
"id": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"hash": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"type": "",
"meta": {
"name": "Test Object 3",
"otherKey": 7
}
}
]
},
{
"id": "iq__ssHKqoJXyNapAVAX5RDQoxbBVoE",
"versions": [
{
"id": "iq__ssHKqoJXyNapAVAX5RDQoxbBVoE",
"hash": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"type": "",
"meta": {
"name": "Test Object 10",
"otherKey": 0
}
}
]
},
{
"id": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"versions": [
{
"id": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"hash": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"type": "",
"meta": {
"name": "Test Object 6",
"otherKey": 4
}
}
]
}
],
"paging": {
"cache_id": "icrsKSyNAoHNMv8c8ReBWHrX8g",
"cached": false,
"next": 0,
"previous": 0,
"first": 0,
"last": 0,
"current": 0,
"pages": 1,
"limit": 100,
"items": 10
}
}
async ContentObjects({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"filterOptions": {
"sort": "name"
}
});
{
"contents": [
{
"id": "iq__3Ki7K351LE16SpxphTdEv3bfVv2G",
"versions": [
{
"id": "iq__3Ki7K351LE16SpxphTdEv3bfVv2G",
"hash": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"type": "",
"meta": {
"name": "Test Object 1",
"otherKey": 9
}
}
]
},
{
"id": "iq__ssHKqoJXyNapAVAX5RDQoxbBVoE",
"versions": [
{
"id": "iq__ssHKqoJXyNapAVAX5RDQoxbBVoE",
"hash": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"type": "",
"meta": {
"name": "Test Object 10",
"otherKey": 0
}
}
]
},
{
"id": "iq__2b2Jie3w2DFbZwuiTv5ifSXbEDXj",
"versions": [
{
"id": "iq__2b2Jie3w2DFbZwuiTv5ifSXbEDXj",
"hash": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"type": "",
"meta": {
"name": "Test Object 2",
"otherKey": 8
}
}
]
},
{
"id": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"versions": [
{
"id": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"hash": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"type": "",
"meta": {
"name": "Test Object 3",
"otherKey": 7
}
}
]
},
{
"id": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"versions": [
{
"id": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"hash": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"type": "",
"meta": {
"name": "Test Object 4",
"otherKey": 6
}
}
]
},
{
"id": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"versions": [
{
"id": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"hash": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"type": "",
"meta": {
"name": "Test Object 5",
"otherKey": 5
}
}
]
},
{
"id": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"versions": [
{
"id": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"hash": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"type": "",
"meta": {
"name": "Test Object 6",
"otherKey": 4
}
}
]
},
{
"id": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"versions": [
{
"id": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"hash": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"type": "",
"meta": {
"name": "Test Object 7",
"otherKey": 3
}
}
]
},
{
"id": "iq__M2NQ7KtNKjXzx4HLbZwJrqKkTQM",
"versions": [
{
"id": "iq__M2NQ7KtNKjXzx4HLbZwJrqKkTQM",
"hash": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"type": "",
"meta": {
"name": "Test Object 8",
"otherKey": 2
}
}
]
},
{
"id": "iq__2U1ffdjjpWakNpvT6apUuajuuJpZ",
"versions": [
{
"id": "iq__2U1ffdjjpWakNpvT6apUuajuuJpZ",
"hash": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"type": "",
"meta": {
"name": "Test Object 9",
"otherKey": 1
}
}
]
}
],
"paging": {
"cache_id": "icrs3Hd53rS8Bmw5QQt3dgEWSa",
"cached": false,
"next": 0,
"previous": 0,
"first": 0,
"last": 0,
"current": 0,
"pages": 1,
"limit": 100,
"items": 10
}
}
async ContentObjects({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"filterOptions": {
"sort": "name",
"sortDesc": true
}
});
{
"contents": [
{
"id": "iq__2U1ffdjjpWakNpvT6apUuajuuJpZ",
"versions": [
{
"id": "iq__2U1ffdjjpWakNpvT6apUuajuuJpZ",
"hash": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"type": "",
"meta": {
"name": "Test Object 9",
"otherKey": 1
}
}
]
},
{
"id": "iq__M2NQ7KtNKjXzx4HLbZwJrqKkTQM",
"versions": [
{
"id": "iq__M2NQ7KtNKjXzx4HLbZwJrqKkTQM",
"hash": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"type": "",
"meta": {
"name": "Test Object 8",
"otherKey": 2
}
}
]
},
{
"id": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"versions": [
{
"id": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"hash": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"type": "",
"meta": {
"name": "Test Object 7",
"otherKey": 3
}
}
]
},
{
"id": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"versions": [
{
"id": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"hash": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"type": "",
"meta": {
"name": "Test Object 6",
"otherKey": 4
}
}
]
},
{
"id": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"versions": [
{
"id": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"hash": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"type": "",
"meta": {
"name": "Test Object 5",
"otherKey": 5
}
}
]
},
{
"id": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"versions": [
{
"id": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"hash": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"type": "",
"meta": {
"name": "Test Object 4",
"otherKey": 6
}
}
]
},
{
"id": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"versions": [
{
"id": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"hash": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"type": "",
"meta": {
"name": "Test Object 3",
"otherKey": 7
}
}
]
},
{
"id": "iq__2b2Jie3w2DFbZwuiTv5ifSXbEDXj",
"versions": [
{
"id": "iq__2b2Jie3w2DFbZwuiTv5ifSXbEDXj",
"hash": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"type": "",
"meta": {
"name": "Test Object 2",
"otherKey": 8
}
}
]
},
{
"id": "iq__ssHKqoJXyNapAVAX5RDQoxbBVoE",
"versions": [
{
"id": "iq__ssHKqoJXyNapAVAX5RDQoxbBVoE",
"hash": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"type": "",
"meta": {
"name": "Test Object 10",
"otherKey": 0
}
}
]
},
{
"id": "iq__3Ki7K351LE16SpxphTdEv3bfVv2G",
"versions": [
{
"id": "iq__3Ki7K351LE16SpxphTdEv3bfVv2G",
"hash": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"type": "",
"meta": {
"name": "Test Object 1",
"otherKey": 9
}
}
]
}
],
"paging": {
"cache_id": "icrsWLARSYrAzQXZvLbRtFuTiz",
"cached": false,
"next": 0,
"previous": 0,
"first": 0,
"last": 0,
"current": 0,
"pages": 1,
"limit": 100,
"items": 10
}
}
async ContentObjects({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"filterOptions": {
"sort": [
"name"
],
"filter": [
{
"key": "name",
"type": "gte",
"filter": "Test Object 3"
},
{
"key": "name",
"type": "lte",
"filter": "Test Object 7"
}
]
}
});
{
"contents": [
{
"id": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"versions": [
{
"id": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"hash": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"type": "",
"meta": {
"name": "Test Object 3",
"otherKey": 7
}
}
]
},
{
"id": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"versions": [
{
"id": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"hash": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"type": "",
"meta": {
"name": "Test Object 4",
"otherKey": 6
}
}
]
},
{
"id": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"versions": [
{
"id": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"hash": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"type": "",
"meta": {
"name": "Test Object 5",
"otherKey": 5
}
}
]
},
{
"id": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"versions": [
{
"id": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"hash": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"type": "",
"meta": {
"name": "Test Object 6",
"otherKey": 4
}
}
]
},
{
"id": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"versions": [
{
"id": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"hash": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"type": "",
"meta": {
"name": "Test Object 7",
"otherKey": 3
}
}
]
}
],
"paging": {
"cache_id": "icrs7dfVViyisdodVWC4c9Jdrt",
"cached": false,
"next": 0,
"previous": 0,
"first": 0,
"last": 0,
"current": 0,
"pages": 1,
"limit": 100,
"items": 5
}
}
async ContentObjects({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"filterOptions": {
"sort": "name",
"select": [
"name"
]
}
});
{
"contents": [
{
"id": "iq__3Ki7K351LE16SpxphTdEv3bfVv2G",
"versions": [
{
"id": "iq__3Ki7K351LE16SpxphTdEv3bfVv2G",
"hash": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"type": "",
"meta": {
"name": "Test Object 1"
}
}
]
},
{
"id": "iq__ssHKqoJXyNapAVAX5RDQoxbBVoE",
"versions": [
{
"id": "iq__ssHKqoJXyNapAVAX5RDQoxbBVoE",
"hash": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"type": "",
"meta": {
"name": "Test Object 10"
}
}
]
},
{
"id": "iq__2b2Jie3w2DFbZwuiTv5ifSXbEDXj",
"versions": [
{
"id": "iq__2b2Jie3w2DFbZwuiTv5ifSXbEDXj",
"hash": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"type": "",
"meta": {
"name": "Test Object 2"
}
}
]
},
{
"id": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"versions": [
{
"id": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"hash": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"type": "",
"meta": {
"name": "Test Object 3"
}
}
]
},
{
"id": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"versions": [
{
"id": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"hash": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"type": "",
"meta": {
"name": "Test Object 4"
}
}
]
},
{
"id": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"versions": [
{
"id": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"hash": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"type": "",
"meta": {
"name": "Test Object 5"
}
}
]
},
{
"id": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"versions": [
{
"id": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"hash": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"type": "",
"meta": {
"name": "Test Object 6"
}
}
]
},
{
"id": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"versions": [
{
"id": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"hash": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"type": "",
"meta": {
"name": "Test Object 7"
}
}
]
},
{
"id": "iq__M2NQ7KtNKjXzx4HLbZwJrqKkTQM",
"versions": [
{
"id": "iq__M2NQ7KtNKjXzx4HLbZwJrqKkTQM",
"hash": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"type": "",
"meta": {
"name": "Test Object 8"
}
}
]
},
{
"id": "iq__2U1ffdjjpWakNpvT6apUuajuuJpZ",
"versions": [
{
"id": "iq__2U1ffdjjpWakNpvT6apUuajuuJpZ",
"hash": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"type": "",
"meta": {
"name": "Test Object 9"
}
}
]
}
],
"paging": {
"cache_id": "icrs7syPQHpScn9cNiRWYRRLK2",
"cached": false,
"next": 0,
"previous": 0,
"first": 0,
"last": 0,
"current": 0,
"pages": 1,
"limit": 100,
"items": 10
}
}
- Source:
async ContentObjectVersions({libraryId,objectId}) → Promise.<Object>
List the versions of a content object
- /qlibs/:qlibid/qid/:objectid
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library |
objectId |
string |
ID of the object |
Example
async ContentObjectVersions({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"noAuth": true
});
{
"id": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"versions": [
{
"id": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"hash": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
},
{
"id": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"hash": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
}
]
}
- Source:
async ContentPart({libraryIdoptional,objectIdoptional,versionHashoptional,partHash}) → Promise.<Object>
Get information on a specific part
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
objectId |
string |
<optional> |
ID of the object |
versionHash |
string |
<optional> |
Hash of the object version - if not specified, latest version will be used |
partHash |
string |
Hash of the part to retrieve |
Examples
async ContentPart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"partHash": "hqp_Pt4cgjsJmkk1wZV4yuyw6cE58zidHKDvYy9RDQ5cWujtX7ob"
});
{
"content": {
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
},
"part": {
"hash": "hqp_Pt4cgjsJmkk1wZV4yuyw6cE58zidHKDvYy9RDQ5cWujtX7ob",
"size": 100000
}
}
async ContentPart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"partHash": "hqpe4S7YdkCyiiWxjGhu91DrLyBECFfF8XtWpfCf4aULKRuXECEZ"
});
{
"content": {
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
},
"part": {
"hash": "hqpe4S7YdkCyiiWxjGhu91DrLyBECFfF8XtWpfCf4aULKRuXECEZ",
"size": 104970
}
}
- Source:
async ContentParts({libraryIdoptional,objectIdoptional,versionHashoptional}) → Promise.<Object>
List content object parts
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
objectId |
string |
<optional> |
ID of the object |
versionHash |
string |
<optional> |
Hash of the object version - if not specified, latest version will be used |
Examples
async ContentParts({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
[
{
"hash": "hqp_98oTyxYcSNoYWD4KhBNhCW6Nhqttkg3XBfAGXPXsU5zuDrys",
"size": 100000
},
{
"hash": "hqpeJCGU6mVVBE5sFyGnn31ZjQtawiUhnLF8rpCDrHDT24rsvGow",
"size": 102657
},
{
"hash": "hqp_Pt4cgjsJmkk1wZV4yuyw6cE58zidHKDvYy9RDQ5cWujtX7ob",
"size": 100000
},
{
"hash": "hqpe4S7YdkCyiiWxjGhu91DrLyBECFfF8XtWpfCf4aULKRuXECEZ",
"size": 104970
}
]
async ContentParts({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
[
{
"hash": "hqpeJCGU6mVVBE5sFyGnn31ZjQtawiUhnLF8rpCDrHDT24rsvGow",
"size": 102657
},
{
"hash": "hqpe4S7YdkCyiiWxjGhu91DrLyBECFfF8XtWpfCf4aULKRuXECEZ",
"size": 104970
},
{
"hash": "hqp_Gqj6PEH8enBckktYkXyg3WRza4mEMcMSSqj81MVWPb8mJq15",
"size": 200000
},
{
"hash": "hqp_21EGs7Qn1YPPSN16C1BsX12Fj7ZcJdSe5gJ7XbGy8CFSJLfXHy",
"size": 33554432
},
{
"hash": "hqp_2CGYfTCAZ4PPtaMJzXYqJNuLiDV9SHJPhTmJyc17vg2gzMT9HX",
"size": 30835310
},
{
"hash": "hqp_weywY8hZN6DtGon3FGUnqmc5iqDsdZP3GGYVcsfHDfVKrMmsV",
"size": 33554432
}
]
- Source:
ContentSpaceId() → string
Get the ID of the current content space
contentSpaceId - The ID of the current content space
- Source:
async ContentType({nameoptional,typeIdoptional,versionHashoptional}) → Promise.<Object>
Find the content type accessible to the current user by name, ID, or version hash
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
name |
string |
<optional> |
Name of the content type to find |
typeId |
string |
<optional> |
ID of the content type to find |
versionHash |
string |
<optional> |
Version hash of the content type to find |
Examples
async ContentType({
"typeId": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E"
});
{
"id": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E",
"hash": "hq__53F6TPFf9o7kr1R2DaMDEHtFZmDXcth6PvyGZKPr3huDxuZ9RQTj9Bh2sYEX3LrayKDdYzhii4",
"name": "Video",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.allowCustomMetadata": true,
"eluv.schema": [
{
"key": "name",
"label": "Name",
"required": true,
"type": "string"
},
{
"key": "eluv.description",
"label": "Description",
"required": false,
"type": "text"
},
{
"accept": [
"image/*"
],
"key": "image",
"label": "Thumbnail",
"preview": true,
"required": true,
"type": "file"
},
{
"accept": [
"video/*"
],
"key": "video",
"label": "Video",
"required": false,
"type": "file"
}
],
"name": "Video"
}
}
async ContentType({
"typeId": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB"
});
{
"id": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
"hash": "hq__5bTqMC7GVNBt6FwCia9Vddt2b8X3qvCudLGFfm5yCyTF7p8Eho9Fspn7Pfu3e6ZJPhTL86v4ph",
"name": "IMF",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 798259
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 1082307
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "IMF"
}
}
async ContentType({
"typeId": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa"
});
{
"id": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
"hash": "hq__7HBasPghuRRKA39eNXwdvqdytUsq8XKYC4X2wfumA8iNE6F6mFK6G576n5D82mkmCcQCK9bkWx",
"name": "Channel",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 82111
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 82111
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Channel"
}
}
async ContentType({
"typeId": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq"
});
{
"id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
"hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
"name": "Production Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"name": "Production Master"
}
}
async ContentType({
"typeId": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1"
});
{
"id": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
"hash": "hq__D682LXFAk7BpchACcWfYJtbUjSGnk7SWDHpBN915WSQ8kPcDRBTBxpBNMzj6eKsvio3FdvyG4o",
"name": "Linear Channel old",
"meta": {
"bitcode_part": "hqp_JURXeNX8pZ2t8X92Ji3RHrhHeBd5SoS4qYDWfc76YyczGgGB",
"eluv.description": "",
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
0
],
"size": 48699
}
},
"elv-apps.css": {
".": {
"parts": [
2
],
"size": 37627
}
},
"manageApp.html": {
".": {
"parts": [
1
],
"size": 48699
}
}
},
"mime-types": {
"css": "text/css",
"html": "text/html"
},
"name": "Linear Channel old"
}
}
async ContentType({
"typeId": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e"
});
{
"id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
"hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
"name": "Library",
"meta": {
"bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
"eluv.description": "",
"name": "Library"
}
}
async ContentType({
"typeId": "iq__2punfHYE6Xv6B5GmRiuCorsELxei"
});
{
"id": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
"hash": "hq__Dp62NfiHS9PdwxXUNrrFFou3k59hMuWDUCbH3n5GmU3icDj7BQ1Nxz2yhdeEE6p4hnbqvTNDg2",
"name": "Submission",
"meta": {
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "licensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "percentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_FINAL_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "partialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "new_owner",
"type": "address"
}
],
"name": "transferContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT_APPROVED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "licensing_fee",
"type": "uint256"
}
],
"name": "setLicensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "licensingStatus",
"outputs": [
{
"name": "percentComplete",
"type": "uint8"
},
{
"name": "licensingFee",
"type": "uint256"
},
{
"name": "licensingFeePaid",
"type": "uint256"
},
{
"name": "valid",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "partial_payment",
"type": "uint8"
}
],
"name": "setPartialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent_partial",
"type": "uint8"
}
],
"name": "setPercentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
}
],
"name": "reclaimContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "percent_complete",
"type": "uint8"
},
{
"name": "note",
"type": "string"
}
],
"name": "reviewContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "content",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PayCredit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x1515ebcf2c7d5eaa53259543efe36e08de76b708",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058202884804d43a9a152fb3d67b3c22bd9c9f4e20b07cc2c89c3660aa73a4de314e60029"
},
"eluv.reviewApp": "reviewApp.html",
"eluv.schema": [
{
"key": "name",
"label": "Name",
"type": "string"
},
{
"fields": [
{
"key": "title",
"label": "Title",
"type": "string"
},
{
"key": "synopsis",
"label": "Synopsis",
"type": "text"
},
{
"key": "cast_and_crew",
"label": "Cast and Crew",
"type": "string"
}
],
"flattenDisplay": true,
"key": "metadata",
"type": "object"
},
{
"key": "blog_post",
"label": "Blog Post",
"type": "text"
},
{
"fields": [
{
"fields": [
{
"key": "1",
"label": "Text 1",
"type": "string"
},
{
"key": "2",
"label": "Text 2",
"type": "string"
}
],
"flattenDisplay": true,
"key": "text",
"type": "object"
}
],
"key": "facebook",
"label": "Facebook",
"type": "object"
},
{
"fields": [
{
"fields": [
{
"key": "1",
"label": "Text 1",
"type": "string"
},
{
"key": "2",
"label": "Text 2",
"type": "string"
}
],
"flattenDisplay": true,
"key": "text",
"type": "object"
},
{
"key": "description",
"label": "Description",
"type": "text"
}
],
"key": "youtube",
"label": "YouTube",
"type": "object"
},
{
"accept": [
"image/*"
],
"key": "image",
"label": "Primary Image",
"preview": true,
"type": "file"
},
{
"accept": [
"video/*"
],
"key": "video",
"label": "Full Video",
"type": "file"
},
{
"key": "preview_spacer",
"label": "",
"text": "",
"type": "label"
},
{
"accept": [
"image/*"
],
"key": "preview_image",
"label": "Preview Image",
"preview": true,
"type": "file"
},
{
"accept": [
"video/*"
],
"key": "preview_video",
"label": "Preview Video",
"type": "file"
},
{
"key": "tag_spacer",
"label": "",
"text": "",
"type": "label"
},
{
"key": "tags",
"label": "Tags",
"type": "list"
},
{
"key": "terms_and_conditions_label",
"label": "",
"text": "Before submitting this content, you must agree to the Terms and Conditions below",
"type": "label"
},
{
"filename": "Terms and Conditions.pdf",
"hash": "hqp_QmUzs9ticwCsejnjdRrwHsThiNGvNytEFTVY21ZrNKKWAr",
"key": "terms_and_conditions",
"label": "Terms and Conditions",
"type": "attachedFile"
},
{
"key": "agree_to_terms",
"label": "I agree",
"required": true,
"type": "boolean"
}
],
"files": {
".": {
"type": "directory"
},
"reviewApp.html": {
".": {
"parts": [
0
],
"size": 206344
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Submission"
}
}
async ContentType({
"typeId": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg"
});
{
"id": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
"hash": "hq__7PYaQbqz7zju1C3cmEU2x7cF5nbsxAnj951JT96NseEGD571KfMfVoNvb9go3kdcJmb4FpD5Gc",
"name": "Sponsored Content",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "validateAvailability",
"outputs": [],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "level",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "preset_access_charge",
"type": "uint256"
}
],
"name": "setPresetAccessCharge",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "mandatoryPresetAccessCharge",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_manager",
"type": "address"
}
],
"name": "setCampaignManager",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "mandatory_preset_access_charge",
"type": "bool"
}
],
"name": "setMandatoryPresetAccessCharge",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "commercialOfferingManagerAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "region",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "commercial_offering_manager_address",
"type": "address"
}
],
"name": "setCommercialOfferingManagerAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "r",
"type": "address"
}
],
"name": "setRegion",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "mandatory_sponsoring",
"type": "bool"
}
],
"name": "setMandatorySponsoring",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content",
"type": "address"
},
{
"name": "accessor",
"type": "address"
}
],
"name": "isAvailable",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content",
"type": "address"
},
{
"name": "sd",
"type": "bool"
},
{
"name": "hd",
"type": "bool"
},
{
"name": "start",
"type": "uint256"
},
{
"name": "end",
"type": "uint256"
},
{
"name": "r",
"type": "address"
}
],
"name": "setAvailability",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "availability",
"outputs": [
{
"name": "clearedSD",
"type": "bool"
},
{
"name": "clearedHD",
"type": "bool"
},
{
"name": "startDate",
"type": "uint256"
},
{
"name": "endDate",
"type": "uint256"
},
{
"name": "region",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "presetAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "mandatorySponsoring",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignManager",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x58974630c24a0b2f466536b4732470ab5ce219bd",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 123825
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 123825
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Sponsored Content"
}
}
async ContentType({
"typeId": "iq__3syfVBh2A9tvygGHPetwggkfDwtn"
});
{
"id": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
"hash": "hq__4jZawSWs4KXLgbUA1HZJdSwJseW3k9wTqaG1c53jf3qycxf1v38bHPnrs4RVoexgG6XdYfcdwp",
"name": "Sponsored Content ABR Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "validateAvailability",
"outputs": [],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "level",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "preset_access_charge",
"type": "uint256"
}
],
"name": "setPresetAccessCharge",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "mandatoryPresetAccessCharge",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_manager",
"type": "address"
}
],
"name": "setCampaignManager",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "mandatory_preset_access_charge",
"type": "bool"
}
],
"name": "setMandatoryPresetAccessCharge",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "commercialOfferingManagerAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "region",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "commercial_offering_manager_address",
"type": "address"
}
],
"name": "setCommercialOfferingManagerAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "r",
"type": "address"
}
],
"name": "setRegion",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "mandatory_sponsoring",
"type": "bool"
}
],
"name": "setMandatorySponsoring",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content",
"type": "address"
},
{
"name": "accessor",
"type": "address"
}
],
"name": "isAvailable",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content",
"type": "address"
},
{
"name": "sd",
"type": "bool"
},
{
"name": "hd",
"type": "bool"
},
{
"name": "start",
"type": "uint256"
},
{
"name": "end",
"type": "uint256"
},
{
"name": "r",
"type": "address"
}
],
"name": "setAvailability",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "availability",
"outputs": [
{
"name": "clearedSD",
"type": "bool"
},
{
"name": "clearedHD",
"type": "bool"
},
{
"name": "startDate",
"type": "uint256"
},
{
"name": "endDate",
"type": "uint256"
},
{
"name": "region",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "presetAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "mandatorySponsoring",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignManager",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x6539608cc2e3b8328f7795e506c4b2f5aac17d47",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 123825
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 123825
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Sponsored Content ABR Master"
}
}
async ContentType({
"typeId": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX"
});
{
"id": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
"hash": "hq__4oc8dkS2Czym9cvNAHmaJtKNoF28wtZM5rau1JHnExZHVvmZhGrqu2pzXDzbusP4aLbWchW5QB",
"name": "Advertisement",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getAmount",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stake_holders",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "ad_address",
"type": "address"
}
],
"name": "dbgRequest",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "bitcodeAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "maxCreditPerAd",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getOriginator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getAdvertisement",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "creditPerAd",
"type": "uint256"
}
],
"name": "setMaxCreditPerAd",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getCampaign",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "bytes32"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "content",
"type": "address"
},
{
"name": "advertisement",
"type": "address"
},
{
"name": "campaign",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "bitcode",
"type": "address"
}
],
"name": "setBitcodeAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "campaign_address",
"type": "address"
},
{
"name": "ad_address",
"type": "address"
},
{
"name": "amount",
"type": "bytes32"
}
],
"name": "createMessage",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "maxCreditPerAd",
"type": "uint256"
}
],
"name": "MaxCreditPerAd",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "bitcode",
"type": "address"
}
],
"name": "BitcodeAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "flag",
"type": "bool"
}
],
"name": "dbgBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "addr",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "num",
"type": "uint256"
}
],
"name": "dbgUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "num",
"type": "uint8"
}
],
"name": "dbgUint8",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "dbgByte32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes"
}
],
"name": "dbgBytes",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x4f98f2f2c7cec6576cb9bd60aeab07a6bb7030a5",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677241647665727469736d6e7432303139303531303135323230304d4c60055560085560018054600160a060020a031990811632908117909255600280549091169091179055611592806100a76000396000f30060806040526004361061017f5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101815780630e0a0d74146101b25780630f82c16f146101dc578063123e0e80146102a1578063176859531461032e578063208daa4f1461033c5780633513a8051461036057806341c0e1b51461036b5780634508044214610380578063508ddbb01461039857806354fd4d50146103ad57806355a632f8146103c25780635cc15001146103d75780636af27417146103ef5780636d2e4b1b1461041a5780637afc54d41461043b5780637b1cdb3e146104535780638da5cb5b1461045b57806398980081146104705780639e99bbea14610453578063af570c0414610488578063b535b03e1461049d578063c5f8c53f146104b2578063cabe0452146104ca578063d4ecba4f146104e2578063dded4d7b14610544578063e75c24bb14610565578063e870ed911461060a578063f185db0c1461061a578063f2fde38b1461062f575b005b34801561018d57600080fd5b50610196610650565b60408051600160a060020a039092168252519081900360200190f35b3480156101be57600080fd5b506101ca60043561065f565b60408051918252519081900360200190f35b3480156101e857600080fd5b5060408051602060046024803582810135848102808701860190975280865261027296843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106bc9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101ca958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106cb9650505050505050565b6101ca60043560243561092a565b34801561034857600080fd5b506101ca600435600160a060020a0360243516610bea565b6101ca600435610c97565b34801561037757600080fd5b5061017f610c9a565b34801561038c57600080fd5b506101ca600435610cd6565b3480156103a457600080fd5b50610196610cdc565b3480156103b957600080fd5b506101ca610ceb565b3480156103ce57600080fd5b506101ca610cf1565b3480156103e357600080fd5b50610196600435610cf7565b3480156103fb57600080fd5b50610404610d15565b6040805160ff9092168252519081900360200190f35b34801561042657600080fd5b5061017f600160a060020a0360043516610d1a565b34801561044757600080fd5b50610196600435610d75565b6101ca610d90565b34801561046757600080fd5b50610196610d95565b34801561047c57600080fd5b50610196600435610da4565b34801561049457600080fd5b50610196610dd1565b3480156104a957600080fd5b50610404610de0565b3480156104be57600080fd5b5061017f600435610de5565b3480156104d657600080fd5b50610196600435610e4e565b3480156104ee57600080fd5b506104fa600435610e6c565b60408051600160a060020a0397881681529587166020870152938616858501529190941660608401526080830193909352600092830b90920b60a082015290519081900360c00190f35b34801561055057600080fd5b50610196600160a060020a0360043516610eb2565b34801561057157600080fd5b50610595600160a060020a0360043581169060243581169060443516606435610f58565b6040805160208082528351818301528351919283929083019185019080838360005b838110156105cf5781810151838201526020016105b7565b50505050905090810190601f1680156105fc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ca60043560243515156111af565b34801561062657600080fd5b506104046111b7565b34801561063b57600080fd5b5061017f600160a060020a03600435166111bc565b600154600160a060020a031681565b600081815260076020526040812060010154600160a060020a03161580159061069b5750600082815260076020526040812060050154810b900b155b15156106a657600080fd5b5060009081526007602052604090206004015490565b60076000808093509350935093565b60008060008060008060008060008951600014156106ec576000985061091a565b8960008151811015156106fb57fe5b602090810290910101519750600160a060020a038816156109155789600181518110151561072557fe5b9060200190602002015196508a600081518110151561074057fe5b9060200190602002015195508a600181518110151561075b57fe5b6020908102909101015160001a60f860020a0260f860020a900494508a600281518110151561078657fe5b9060200190602002015193508a60038151811015156107a157fe5b60209081029091010151600654909350600160a060020a0316156107cd576107cd88888888888861122e565b60085415806107de57506008548611155b15156107e957600080fd5b86915081600160a060020a0316632310167f6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561084357600080fd5b505af1158015610857573d6000803e3d6000fd5b505050506040513d602081101561086d57600080fd5b5051604080517ff06148f2000000000000000000000000000000000000000000000000000000008152336004820152602481018990529051919250600160a060020a0383169163f06148f2916044808201926020929091908290030181600087803b1580156108db57600080fd5b505af11580156108ef573d6000803e3d6000fd5b505050506040513d602081101561090557600080fd5b5061091590508d89338a8a6113b3565b600098505b5050505050505050949350505050565b600080600080600033876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106109aa5780518252601f19909201916020918201910161098b565b51815160001960209485036101000a0190811690199190911617905260408051949092018490039093206000818152600790945292208054929850965050600160a060020a031632149150508015610a0b57506005830154600090810b900b155b1515610a1657600080fd5b60008481526007602090815260408083206003015481517f2310167f0000000000000000000000000000000000000000000000000000000081529151600160a060020a0390911695508593632310167f93600480850194919392918390030190829087803b158015610a8757600080fd5b505af1158015610a9b573d6000803e3d6000fd5b505050506040513d6020811015610ab157600080fd5b5051604080517fcfefb3d5000000000000000000000000000000000000000000000000000000008152600481018790529051919250600160a060020a0383169163cfefb3d5916024808201926020929091908290030181600087803b158015610b1957600080fd5b505af1158015610b2d573d6000803e3d6000fd5b505050506040513d6020811015610b4357600080fd5b50506000848152600760209081526040808320805473ffffffffffffffffffffffffffffffffffffffff1990811682556001820180548216905560028201805482169055600382018054909116905560048101849055600501805460ff1916905580518a81529182019290925281517fbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891929181900390910190a15060009695505050505050565b600081836040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b60208310610c645780518252601f199092019160209182019101610c45565b5181516020939093036101000a600019018019909116921691909117905260405192018290039091209695505050505050565b90565b600254600160a060020a0316321480610cbd5750600254600160a060020a031633145b1515610cc857600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b60055481565b60085481565b600090815260076020526040902060010154600160a060020a031690565b600281565b600154600160a060020a03163214610d3157600080fd5b600160a060020a0381161515610d4657600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090815260076020526040902054600160a060020a031690565b600090565b600254600160a060020a031681565b600081815260076020526040812060020154600160a060020a0316801515610dcb57600080fd5b92915050565b600354600160a060020a031681565b600181565b600254600160a060020a0316321480610e085750600254600160a060020a031633145b1515610e1357600080fd5b60088190556040805182815290517f1f6808146a51d157d9343b08ee6fce3b39b0e5b419f4c8524a56512acf5ba2b59181900360200190a150565b600090815260076020526040902060030154600160a060020a031690565b600760205260009081526040812080546001820154600283015460038401546004850154600590950154600160a060020a03948516969385169592851694909116920b86565b600254600090600160a060020a0316321480610ed85750600254600160a060020a031633145b1515610ee357600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03848116919091179182905560408051929091168252517fecfcc1bcfb602db0a89a128bad350799ac7741ae87395080e8da39da6f100fcb916020908290030190a15050600654600160a060020a031690565b60408051606080825260808201909252819060009081908360208201610c00803883395050815191945060fd60020a918591506000908110610f9657fe5b906020010190600160f860020a031916908160001a905350825160fd60020a9084906015908110610fc357fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490602a908110610ff057fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490603f90811061101d57fe5b906020010190600160f860020a031916908160001a905350600091505b601482101561113e578160130360080260020a86600160a060020a031681151561106057fe5b0490508060f860020a02838360010181518110151561107b57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a87600160a060020a03168115156110b057fe5b0490508060f860020a0283836016018151811015156110cb57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a88600160a060020a031681151561110057fe5b0490508060f860020a028383602b0181518110151561111b57fe5b906020010190600160f860020a031916908160001a90535060019091019061103a565b600091505b60208210156111a35784826020811061115857fe5b1a60f860020a0260f860020a900490508060f860020a02838360400181518110151561118057fe5b906020010190600160f860020a031916908160001a905350600190910190611143565b50909695505050505050565b600092915050565b600481565b600254600160a060020a03163214806111df5750600254600160a060020a031633145b15156111ea57600080fd5b600160a060020a03811615156111ff57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b606060008061123f8989338a610f58565b92508260405160200180807f19457468657265756d205369676e6564204d6573736167653a0a393600000000815250601c0182805190602001908083835b6020831061129c5780518252601f19909201916020918201910161127d565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040526040518082805190602001908083835b602083106112ff5780518252601f1990920191602091820191016112e0565b51815160209384036101000a600019018019909216911617905260408051929094018290038220600080845283830180875282905260ff8e1684870152606084018d9052608084018c905294519098506001965060a080840196509194601f19820194509281900390910191865af115801561137f573d6000803e3d6000fd5b5050604051601f190151600654909250600160a060020a0380841691161490506113a857600080fd5b505050505050505050565b60006113bd611531565b84876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106114355780518252601f199092019160209182019101611416565b51815160209384036101000a60001901801990921691161790526040805192909401829003822060c083018552328352600160a060020a039c8d168383019081529b8d168386019081529a8d1660608401908152608084019a8b52600060a0850181815292815260079093529482209251835473ffffffffffffffffffffffffffffffffffffffff19908116918f169190911784559b516001840180548e16918f1691909117905599516002830180548d16918e169190911790559251600382018054909b169b169a909a1790985594516004890155505092516005909501805460ff191660ff9690930b959095169190911790935550505050565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152905600a165627a7a7230582074c6feb6abc40b710f5a82fb8c9cff0bc13b436a30507d84bd5fe87b160140d30029"
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 73720
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 73720
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Advertisement"
}
}
async ContentType({
"typeId": "iq__3ugM27TmKaK3aH5FhroqAGddFoty"
});
{
"id": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
"hash": "hq__DxBV4QBDgXLYto9C4CuZ8Pwwo4JWQoufdCxFpHE58Koiqwm7Vg3SNywCWZL9RMHF77sR9aPskh",
"name": "Campaign",
"meta": {
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent",
"type": "uint8"
}
],
"name": "setLibraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignLibraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_library_address",
"type": "address"
}
],
"name": "setCampaignLibraryAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "market_place_address",
"type": "address"
}
],
"name": "setMarketPlaceAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "initializedAsCampaignMgr",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "marketPlaceAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x8071af01e88a02afef5acaf47d95d1c6a415b53e",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029",
"factoryAbi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent",
"type": "uint8"
}
],
"name": "setLibraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignLibraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_library_address",
"type": "address"
}
],
"name": "setCampaignLibraryAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "market_place_address",
"type": "address"
}
],
"name": "setMarketPlaceAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "initializedAsCampaignMgr",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "marketPlaceAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
]
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
2
],
"size": 40858
}
},
"elv-apps.css": {
".": {
"parts": [
4
],
"size": 37627
}
},
"manageApp.html": {
".": {
"parts": [
3
],
"size": 40858
}
}
},
"mime-types": {
"css": "text/css",
"html": "text/html"
},
"name": "Campaign"
}
}
async ContentType({
"typeId": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG"
});
{
"id": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
"hash": "hq__BfTx44WidNnUaMCH7aWmMpKge5pJrmekMfsrguTmEYmuG3erWYC6rU4zPQC54f1nmuXLQEW8ie",
"name": "Commercial Offering",
"meta": {
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x7056051266692d83bb070a0600adae7ea1873f15",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f6666724d677232303139303232363133343630304d4c60055560018054600160a060020a03199081163290811790925560028054909116909117905561169a806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517f564fb18d0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063564fb18d9250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051610eac806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029a165627a7a72305820af7597711e9b50552780f0bcc71787559afb50142134dcad6e5319c76d0307430029"
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 72522
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 72522
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Commercial Offering"
}
}
async ContentType({
"typeId": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr"
});
{
"id": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
"hash": "hq__pbFJL9TRrNHx2oyqQ92Qs6UTxMuGv1on8wmfmFCf7NbfVerp6HftZuck4m4PntNzCfosVPhhk",
"name": "Campaign Manager",
"meta": {
"bitcode_part": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww",
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0xfb8b470b7577efad41c15598cb2e9380b473ace3",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d67724d61726b6574506c61636532303139303232323135333730304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055612887806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517fcc98ef960000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063cc98ef969250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051612099806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029a165627a7a72305820ed3afe68d298bebb00ddd5a9cbd8eb2d90fa41722b907caa3208d04dd38cb2c80029",
"factoryAbi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent",
"type": "uint8"
}
],
"name": "setLibraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignLibraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_library_address",
"type": "address"
}
],
"name": "setCampaignLibraryAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "market_place_address",
"type": "address"
}
],
"name": "setMarketPlaceAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "initializedAsCampaignMgr",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "marketPlaceAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
]
},
"eluv-fb.parts": {
"adsmanager.bc": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww"
},
"eluv.description": "",
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
5
],
"size": 39752
}
},
"elv-apps.css": {
".": {
"parts": [
4
],
"size": 37627
}
},
"manageApp.html": {
".": {
"parts": [
6
],
"size": 39752
}
}
},
"mime-types": {
"css": "text/css",
"html": "text/html"
},
"name": "Campaign Manager"
}
}
async ContentType({
"typeId": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi"
});
{
"id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
"hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
"name": "ABR Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.displayApp": "displayApp/index.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp": {
".": {
"type": "directory"
},
"index.html": {
".": {
"parts": [
73
],
"size": 1219848
}
}
},
"displayApp.html": {
".": {
"parts": [
60
],
"size": 1219577
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 1082307
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "ABR Master"
}
}
async ContentType({
"name": "Library"
});
{
"id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
"hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
"name": "Library",
"meta": {
"bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
"eluv.description": "",
"name": "Library"
}
}
async ContentType({
"name": "Production Master"
});
{
"id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
"hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
"name": "Production Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"name": "Production Master"
}
}
async ContentType({
"name": "ABR Master"
});
{
"id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
"hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
"name": "ABR Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.displayApp": "displayApp/index.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp": {
".": {
"type": "directory"
},
"index.html": {
".": {
"parts": [
73
],
"size": 1219848
}
}
},
"displayApp.html": {
".": {
"parts": [
60
],
"size": 1219577
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 1082307
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "ABR Master"
}
}
async ContentType({
"typeId": "iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB"
});
{
"id": "iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB",
"hash": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67",
"name": "Test Content Type a432aafb64ff9ffa8b10",
"meta": {
"name": "Test Content Type a432aafb64ff9ffa8b10",
"public": {
"name": "Test Content Type a432aafb64ff9ffa8b10"
}
}
}
async ContentType({
"name": "Test Content Type a432aafb64ff9ffa8b10"
});
{
"id": "iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB",
"hash": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67",
"name": "Test Content Type a432aafb64ff9ffa8b10",
"meta": {
"name": "Test Content Type a432aafb64ff9ffa8b10",
"public": {
"name": "Test Content Type a432aafb64ff9ffa8b10"
}
}
}
async ContentType({
"versionHash": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
});
{
"id": "iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB",
"hash": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67",
"name": "Test Content Type a432aafb64ff9ffa8b10",
"meta": {
"name": "Test Content Type a432aafb64ff9ffa8b10",
"public": {
"name": "Test Content Type a432aafb64ff9ffa8b10"
}
}
}
async ContentType({
"name": "Invalid Type Name"
});
<No Return Value>
async ContentType({
"name": "library"
});
{
"id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
"hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
"name": "Library",
"meta": {
"bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
"eluv.description": "",
"name": "Library"
}
}
async ContentType({
"versionHash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
});
{
"id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
"hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
"name": "Production Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"name": "Production Master"
}
}
async ContentType({
"versionHash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
});
{
"id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
"hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
"name": "ABR Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.displayApp": "displayApp/index.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp": {
".": {
"type": "directory"
},
"index.html": {
".": {
"parts": [
73
],
"size": 1219848
}
}
},
"displayApp.html": {
".": {
"parts": [
60
],
"size": 1219577
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 1082307
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "ABR Master"
}
}
- Source:
async ContentTypeOwner({nameoptional,typeIdoptional,versionHashoptional}) → Promise.<string>
Returns the address of the owner of the specified content type
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
name |
string |
<optional> |
Name of the content type to find |
typeId |
string |
<optional> |
ID of the content type to find |
versionHash |
string |
<optional> |
Version hash of the content type to find |
Example
- Source:
async ContentTypes({}) → Promise.<Object>
List all content types accessible to this user.
Examples
async ContentTypes();
{
"iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E": {
"id": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E",
"hash": "hq__53F6TPFf9o7kr1R2DaMDEHtFZmDXcth6PvyGZKPr3huDxuZ9RQTj9Bh2sYEX3LrayKDdYzhii4",
"name": "Video",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.allowCustomMetadata": true,
"eluv.schema": [
{
"key": "name",
"label": "Name",
"required": true,
"type": "string"
},
{
"key": "eluv.description",
"label": "Description",
"required": false,
"type": "text"
},
{
"accept": [
"image/*"
],
"key": "image",
"label": "Thumbnail",
"preview": true,
"required": true,
"type": "file"
},
{
"accept": [
"video/*"
],
"key": "video",
"label": "Video",
"required": false,
"type": "file"
}
],
"name": "Video"
}
},
"iq__36jjGPHhacyPgehzKN1CLZGXxnwB": {
"id": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
"hash": "hq__5bTqMC7GVNBt6FwCia9Vddt2b8X3qvCudLGFfm5yCyTF7p8Eho9Fspn7Pfu3e6ZJPhTL86v4ph",
"name": "IMF",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 798259
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 1082307
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "IMF"
}
},
"iq__3KicsTfHxAru9hwCDAfWsLtCKYMa": {
"id": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
"hash": "hq__7HBasPghuRRKA39eNXwdvqdytUsq8XKYC4X2wfumA8iNE6F6mFK6G576n5D82mkmCcQCK9bkWx",
"name": "Channel",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 82111
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 82111
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Channel"
}
},
"iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq": {
"id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
"hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
"name": "Production Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"name": "Production Master"
}
},
"iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1": {
"id": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
"hash": "hq__D682LXFAk7BpchACcWfYJtbUjSGnk7SWDHpBN915WSQ8kPcDRBTBxpBNMzj6eKsvio3FdvyG4o",
"name": "Linear Channel old",
"meta": {
"bitcode_part": "hqp_JURXeNX8pZ2t8X92Ji3RHrhHeBd5SoS4qYDWfc76YyczGgGB",
"eluv.description": "",
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
0
],
"size": 48699
}
},
"elv-apps.css": {
".": {
"parts": [
2
],
"size": 37627
}
},
"manageApp.html": {
".": {
"parts": [
1
],
"size": 48699
}
}
},
"mime-types": {
"css": "text/css",
"html": "text/html"
},
"name": "Linear Channel old"
}
},
"iq__42gJKSsPoLCNkmEiDopEfPSujc2e": {
"id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
"hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
"name": "Library",
"meta": {
"bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
"eluv.description": "",
"name": "Library"
}
},
"iq__2punfHYE6Xv6B5GmRiuCorsELxei": {
"id": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
"hash": "hq__Dp62NfiHS9PdwxXUNrrFFou3k59hMuWDUCbH3n5GmU3icDj7BQ1Nxz2yhdeEE6p4hnbqvTNDg2",
"name": "Submission",
"meta": {
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "licensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "percentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_FINAL_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "partialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "new_owner",
"type": "address"
}
],
"name": "transferContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT_APPROVED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "licensing_fee",
"type": "uint256"
}
],
"name": "setLicensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "licensingStatus",
"outputs": [
{
"name": "percentComplete",
"type": "uint8"
},
{
"name": "licensingFee",
"type": "uint256"
},
{
"name": "licensingFeePaid",
"type": "uint256"
},
{
"name": "valid",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "partial_payment",
"type": "uint8"
}
],
"name": "setPartialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent_partial",
"type": "uint8"
}
],
"name": "setPercentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
}
],
"name": "reclaimContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "percent_complete",
"type": "uint8"
},
{
"name": "note",
"type": "string"
}
],
"name": "reviewContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "content",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PayCredit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x1515ebcf2c7d5eaa53259543efe36e08de76b708",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058202884804d43a9a152fb3d67b3c22bd9c9f4e20b07cc2c89c3660aa73a4de314e60029"
},
"eluv.reviewApp": "reviewApp.html",
"eluv.schema": [
{
"key": "name",
"label": "Name",
"type": "string"
},
{
"fields": [
{
"key": "title",
"label": "Title",
"type": "string"
},
{
"key": "synopsis",
"label": "Synopsis",
"type": "text"
},
{
"key": "cast_and_crew",
"label": "Cast and Crew",
"type": "string"
}
],
"flattenDisplay": true,
"key": "metadata",
"type": "object"
},
{
"key": "blog_post",
"label": "Blog Post",
"type": "text"
},
{
"fields": [
{
"fields": [
{
"key": "1",
"label": "Text 1",
"type": "string"
},
{
"key": "2",
"label": "Text 2",
"type": "string"
}
],
"flattenDisplay": true,
"key": "text",
"type": "object"
}
],
"key": "facebook",
"label": "Facebook",
"type": "object"
},
{
"fields": [
{
"fields": [
{
"key": "1",
"label": "Text 1",
"type": "string"
},
{
"key": "2",
"label": "Text 2",
"type": "string"
}
],
"flattenDisplay": true,
"key": "text",
"type": "object"
},
{
"key": "description",
"label": "Description",
"type": "text"
}
],
"key": "youtube",
"label": "YouTube",
"type": "object"
},
{
"accept": [
"image/*"
],
"key": "image",
"label": "Primary Image",
"preview": true,
"type": "file"
},
{
"accept": [
"video/*"
],
"key": "video",
"label": "Full Video",
"type": "file"
},
{
"key": "preview_spacer",
"label": "",
"text": "",
"type": "label"
},
{
"accept": [
"image/*"
],
"key": "preview_image",
"label": "Preview Image",
"preview": true,
"type": "file"
},
{
"accept": [
"video/*"
],
"key": "preview_video",
"label": "Preview Video",
"type": "file"
},
{
"key": "tag_spacer",
"label": "",
"text": "",
"type": "label"
},
{
"key": "tags",
"label": "Tags",
"type": "list"
},
{
"key": "terms_and_conditions_label",
"label": "",
"text": "Before submitting this content, you must agree to the Terms and Conditions below",
"type": "label"
},
{
"filename": "Terms and Conditions.pdf",
"hash": "hqp_QmUzs9ticwCsejnjdRrwHsThiNGvNytEFTVY21ZrNKKWAr",
"key": "terms_and_conditions",
"label": "Terms and Conditions",
"type": "attachedFile"
},
{
"key": "agree_to_terms",
"label": "I agree",
"required": true,
"type": "boolean"
}
],
"files": {
".": {
"type": "directory"
},
"reviewApp.html": {
".": {
"parts": [
0
],
"size": 206344
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Submission"
}
},
"iq__22H7vhkwVD8QDPWjANkB4aAXpCUg": {
"id": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
"hash": "hq__7PYaQbqz7zju1C3cmEU2x7cF5nbsxAnj951JT96NseEGD571KfMfVoNvb9go3kdcJmb4FpD5Gc",
"name": "Sponsored Content",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "validateAvailability",
"outputs": [],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "level",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "preset_access_charge",
"type": "uint256"
}
],
"name": "setPresetAccessCharge",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "mandatoryPresetAccessCharge",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_manager",
"type": "address"
}
],
"name": "setCampaignManager",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "mandatory_preset_access_charge",
"type": "bool"
}
],
"name": "setMandatoryPresetAccessCharge",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "commercialOfferingManagerAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "region",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "commercial_offering_manager_address",
"type": "address"
}
],
"name": "setCommercialOfferingManagerAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "r",
"type": "address"
}
],
"name": "setRegion",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "mandatory_sponsoring",
"type": "bool"
}
],
"name": "setMandatorySponsoring",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content",
"type": "address"
},
{
"name": "accessor",
"type": "address"
}
],
"name": "isAvailable",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content",
"type": "address"
},
{
"name": "sd",
"type": "bool"
},
{
"name": "hd",
"type": "bool"
},
{
"name": "start",
"type": "uint256"
},
{
"name": "end",
"type": "uint256"
},
{
"name": "r",
"type": "address"
}
],
"name": "setAvailability",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "availability",
"outputs": [
{
"name": "clearedSD",
"type": "bool"
},
{
"name": "clearedHD",
"type": "bool"
},
{
"name": "startDate",
"type": "uint256"
},
{
"name": "endDate",
"type": "uint256"
},
{
"name": "region",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "presetAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "mandatorySponsoring",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignManager",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x58974630c24a0b2f466536b4732470ab5ce219bd",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 123825
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 123825
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Sponsored Content"
}
},
"iq__3syfVBh2A9tvygGHPetwggkfDwtn": {
"id": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
"hash": "hq__4jZawSWs4KXLgbUA1HZJdSwJseW3k9wTqaG1c53jf3qycxf1v38bHPnrs4RVoexgG6XdYfcdwp",
"name": "Sponsored Content ABR Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "validateAvailability",
"outputs": [],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "level",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "preset_access_charge",
"type": "uint256"
}
],
"name": "setPresetAccessCharge",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "mandatoryPresetAccessCharge",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_manager",
"type": "address"
}
],
"name": "setCampaignManager",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "mandatory_preset_access_charge",
"type": "bool"
}
],
"name": "setMandatoryPresetAccessCharge",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "commercialOfferingManagerAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "region",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "commercial_offering_manager_address",
"type": "address"
}
],
"name": "setCommercialOfferingManagerAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "r",
"type": "address"
}
],
"name": "setRegion",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "mandatory_sponsoring",
"type": "bool"
}
],
"name": "setMandatorySponsoring",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content",
"type": "address"
},
{
"name": "accessor",
"type": "address"
}
],
"name": "isAvailable",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content",
"type": "address"
},
{
"name": "sd",
"type": "bool"
},
{
"name": "hd",
"type": "bool"
},
{
"name": "start",
"type": "uint256"
},
{
"name": "end",
"type": "uint256"
},
{
"name": "r",
"type": "address"
}
],
"name": "setAvailability",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "availability",
"outputs": [
{
"name": "clearedSD",
"type": "bool"
},
{
"name": "clearedHD",
"type": "bool"
},
{
"name": "startDate",
"type": "uint256"
},
{
"name": "endDate",
"type": "uint256"
},
{
"name": "region",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "presetAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "mandatorySponsoring",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignManager",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x6539608cc2e3b8328f7795e506c4b2f5aac17d47",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 123825
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 123825
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Sponsored Content ABR Master"
}
},
"iq__3Fd24Yeyi6ap826va5kYR1VnYNkX": {
"id": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
"hash": "hq__4oc8dkS2Czym9cvNAHmaJtKNoF28wtZM5rau1JHnExZHVvmZhGrqu2pzXDzbusP4aLbWchW5QB",
"name": "Advertisement",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getAmount",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stake_holders",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "ad_address",
"type": "address"
}
],
"name": "dbgRequest",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "bitcodeAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "maxCreditPerAd",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getOriginator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getAdvertisement",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "creditPerAd",
"type": "uint256"
}
],
"name": "setMaxCreditPerAd",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getCampaign",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "bytes32"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "content",
"type": "address"
},
{
"name": "advertisement",
"type": "address"
},
{
"name": "campaign",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "bitcode",
"type": "address"
}
],
"name": "setBitcodeAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "campaign_address",
"type": "address"
},
{
"name": "ad_address",
"type": "address"
},
{
"name": "amount",
"type": "bytes32"
}
],
"name": "createMessage",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "maxCreditPerAd",
"type": "uint256"
}
],
"name": "MaxCreditPerAd",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "bitcode",
"type": "address"
}
],
"name": "BitcodeAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "flag",
"type": "bool"
}
],
"name": "dbgBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "addr",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "num",
"type": "uint256"
}
],
"name": "dbgUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "num",
"type": "uint8"
}
],
"name": "dbgUint8",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "dbgByte32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes"
}
],
"name": "dbgBytes",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x4f98f2f2c7cec6576cb9bd60aeab07a6bb7030a5",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677241647665727469736d6e7432303139303531303135323230304d4c60055560085560018054600160a060020a031990811632908117909255600280549091169091179055611592806100a76000396000f30060806040526004361061017f5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101815780630e0a0d74146101b25780630f82c16f146101dc578063123e0e80146102a1578063176859531461032e578063208daa4f1461033c5780633513a8051461036057806341c0e1b51461036b5780634508044214610380578063508ddbb01461039857806354fd4d50146103ad57806355a632f8146103c25780635cc15001146103d75780636af27417146103ef5780636d2e4b1b1461041a5780637afc54d41461043b5780637b1cdb3e146104535780638da5cb5b1461045b57806398980081146104705780639e99bbea14610453578063af570c0414610488578063b535b03e1461049d578063c5f8c53f146104b2578063cabe0452146104ca578063d4ecba4f146104e2578063dded4d7b14610544578063e75c24bb14610565578063e870ed911461060a578063f185db0c1461061a578063f2fde38b1461062f575b005b34801561018d57600080fd5b50610196610650565b60408051600160a060020a039092168252519081900360200190f35b3480156101be57600080fd5b506101ca60043561065f565b60408051918252519081900360200190f35b3480156101e857600080fd5b5060408051602060046024803582810135848102808701860190975280865261027296843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106bc9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101ca958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106cb9650505050505050565b6101ca60043560243561092a565b34801561034857600080fd5b506101ca600435600160a060020a0360243516610bea565b6101ca600435610c97565b34801561037757600080fd5b5061017f610c9a565b34801561038c57600080fd5b506101ca600435610cd6565b3480156103a457600080fd5b50610196610cdc565b3480156103b957600080fd5b506101ca610ceb565b3480156103ce57600080fd5b506101ca610cf1565b3480156103e357600080fd5b50610196600435610cf7565b3480156103fb57600080fd5b50610404610d15565b6040805160ff9092168252519081900360200190f35b34801561042657600080fd5b5061017f600160a060020a0360043516610d1a565b34801561044757600080fd5b50610196600435610d75565b6101ca610d90565b34801561046757600080fd5b50610196610d95565b34801561047c57600080fd5b50610196600435610da4565b34801561049457600080fd5b50610196610dd1565b3480156104a957600080fd5b50610404610de0565b3480156104be57600080fd5b5061017f600435610de5565b3480156104d657600080fd5b50610196600435610e4e565b3480156104ee57600080fd5b506104fa600435610e6c565b60408051600160a060020a0397881681529587166020870152938616858501529190941660608401526080830193909352600092830b90920b60a082015290519081900360c00190f35b34801561055057600080fd5b50610196600160a060020a0360043516610eb2565b34801561057157600080fd5b50610595600160a060020a0360043581169060243581169060443516606435610f58565b6040805160208082528351818301528351919283929083019185019080838360005b838110156105cf5781810151838201526020016105b7565b50505050905090810190601f1680156105fc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ca60043560243515156111af565b34801561062657600080fd5b506104046111b7565b34801561063b57600080fd5b5061017f600160a060020a03600435166111bc565b600154600160a060020a031681565b600081815260076020526040812060010154600160a060020a03161580159061069b5750600082815260076020526040812060050154810b900b155b15156106a657600080fd5b5060009081526007602052604090206004015490565b60076000808093509350935093565b60008060008060008060008060008951600014156106ec576000985061091a565b8960008151811015156106fb57fe5b602090810290910101519750600160a060020a038816156109155789600181518110151561072557fe5b9060200190602002015196508a600081518110151561074057fe5b9060200190602002015195508a600181518110151561075b57fe5b6020908102909101015160001a60f860020a0260f860020a900494508a600281518110151561078657fe5b9060200190602002015193508a60038151811015156107a157fe5b60209081029091010151600654909350600160a060020a0316156107cd576107cd88888888888861122e565b60085415806107de57506008548611155b15156107e957600080fd5b86915081600160a060020a0316632310167f6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561084357600080fd5b505af1158015610857573d6000803e3d6000fd5b505050506040513d602081101561086d57600080fd5b5051604080517ff06148f2000000000000000000000000000000000000000000000000000000008152336004820152602481018990529051919250600160a060020a0383169163f06148f2916044808201926020929091908290030181600087803b1580156108db57600080fd5b505af11580156108ef573d6000803e3d6000fd5b505050506040513d602081101561090557600080fd5b5061091590508d89338a8a6113b3565b600098505b5050505050505050949350505050565b600080600080600033876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106109aa5780518252601f19909201916020918201910161098b565b51815160001960209485036101000a0190811690199190911617905260408051949092018490039093206000818152600790945292208054929850965050600160a060020a031632149150508015610a0b57506005830154600090810b900b155b1515610a1657600080fd5b60008481526007602090815260408083206003015481517f2310167f0000000000000000000000000000000000000000000000000000000081529151600160a060020a0390911695508593632310167f93600480850194919392918390030190829087803b158015610a8757600080fd5b505af1158015610a9b573d6000803e3d6000fd5b505050506040513d6020811015610ab157600080fd5b5051604080517fcfefb3d5000000000000000000000000000000000000000000000000000000008152600481018790529051919250600160a060020a0383169163cfefb3d5916024808201926020929091908290030181600087803b158015610b1957600080fd5b505af1158015610b2d573d6000803e3d6000fd5b505050506040513d6020811015610b4357600080fd5b50506000848152600760209081526040808320805473ffffffffffffffffffffffffffffffffffffffff1990811682556001820180548216905560028201805482169055600382018054909116905560048101849055600501805460ff1916905580518a81529182019290925281517fbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891929181900390910190a15060009695505050505050565b600081836040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b60208310610c645780518252601f199092019160209182019101610c45565b5181516020939093036101000a600019018019909116921691909117905260405192018290039091209695505050505050565b90565b600254600160a060020a0316321480610cbd5750600254600160a060020a031633145b1515610cc857600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b60055481565b60085481565b600090815260076020526040902060010154600160a060020a031690565b600281565b600154600160a060020a03163214610d3157600080fd5b600160a060020a0381161515610d4657600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090815260076020526040902054600160a060020a031690565b600090565b600254600160a060020a031681565b600081815260076020526040812060020154600160a060020a0316801515610dcb57600080fd5b92915050565b600354600160a060020a031681565b600181565b600254600160a060020a0316321480610e085750600254600160a060020a031633145b1515610e1357600080fd5b60088190556040805182815290517f1f6808146a51d157d9343b08ee6fce3b39b0e5b419f4c8524a56512acf5ba2b59181900360200190a150565b600090815260076020526040902060030154600160a060020a031690565b600760205260009081526040812080546001820154600283015460038401546004850154600590950154600160a060020a03948516969385169592851694909116920b86565b600254600090600160a060020a0316321480610ed85750600254600160a060020a031633145b1515610ee357600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03848116919091179182905560408051929091168252517fecfcc1bcfb602db0a89a128bad350799ac7741ae87395080e8da39da6f100fcb916020908290030190a15050600654600160a060020a031690565b60408051606080825260808201909252819060009081908360208201610c00803883395050815191945060fd60020a918591506000908110610f9657fe5b906020010190600160f860020a031916908160001a905350825160fd60020a9084906015908110610fc357fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490602a908110610ff057fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490603f90811061101d57fe5b906020010190600160f860020a031916908160001a905350600091505b601482101561113e578160130360080260020a86600160a060020a031681151561106057fe5b0490508060f860020a02838360010181518110151561107b57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a87600160a060020a03168115156110b057fe5b0490508060f860020a0283836016018151811015156110cb57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a88600160a060020a031681151561110057fe5b0490508060f860020a028383602b0181518110151561111b57fe5b906020010190600160f860020a031916908160001a90535060019091019061103a565b600091505b60208210156111a35784826020811061115857fe5b1a60f860020a0260f860020a900490508060f860020a02838360400181518110151561118057fe5b906020010190600160f860020a031916908160001a905350600190910190611143565b50909695505050505050565b600092915050565b600481565b600254600160a060020a03163214806111df5750600254600160a060020a031633145b15156111ea57600080fd5b600160a060020a03811615156111ff57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b606060008061123f8989338a610f58565b92508260405160200180807f19457468657265756d205369676e6564204d6573736167653a0a393600000000815250601c0182805190602001908083835b6020831061129c5780518252601f19909201916020918201910161127d565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040526040518082805190602001908083835b602083106112ff5780518252601f1990920191602091820191016112e0565b51815160209384036101000a600019018019909216911617905260408051929094018290038220600080845283830180875282905260ff8e1684870152606084018d9052608084018c905294519098506001965060a080840196509194601f19820194509281900390910191865af115801561137f573d6000803e3d6000fd5b5050604051601f190151600654909250600160a060020a0380841691161490506113a857600080fd5b505050505050505050565b60006113bd611531565b84876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106114355780518252601f199092019160209182019101611416565b51815160209384036101000a60001901801990921691161790526040805192909401829003822060c083018552328352600160a060020a039c8d168383019081529b8d168386019081529a8d1660608401908152608084019a8b52600060a0850181815292815260079093529482209251835473ffffffffffffffffffffffffffffffffffffffff19908116918f169190911784559b516001840180548e16918f1691909117905599516002830180548d16918e169190911790559251600382018054909b169b169a909a1790985594516004890155505092516005909501805460ff191660ff9690930b959095169190911790935550505050565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152905600a165627a7a7230582074c6feb6abc40b710f5a82fb8c9cff0bc13b436a30507d84bd5fe87b160140d30029"
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 73720
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 73720
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Advertisement"
}
},
"iq__3ugM27TmKaK3aH5FhroqAGddFoty": {
"id": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
"hash": "hq__DxBV4QBDgXLYto9C4CuZ8Pwwo4JWQoufdCxFpHE58Koiqwm7Vg3SNywCWZL9RMHF77sR9aPskh",
"name": "Campaign",
"meta": {
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent",
"type": "uint8"
}
],
"name": "setLibraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignLibraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_library_address",
"type": "address"
}
],
"name": "setCampaignLibraryAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "market_place_address",
"type": "address"
}
],
"name": "setMarketPlaceAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "initializedAsCampaignMgr",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "marketPlaceAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x8071af01e88a02afef5acaf47d95d1c6a415b53e",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029",
"factoryAbi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent",
"type": "uint8"
}
],
"name": "setLibraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignLibraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_library_address",
"type": "address"
}
],
"name": "setCampaignLibraryAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "market_place_address",
"type": "address"
}
],
"name": "setMarketPlaceAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "initializedAsCampaignMgr",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "marketPlaceAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
]
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
2
],
"size": 40858
}
},
"elv-apps.css": {
".": {
"parts": [
4
],
"size": 37627
}
},
"manageApp.html": {
".": {
"parts": [
3
],
"size": 40858
}
}
},
"mime-types": {
"css": "text/css",
"html": "text/html"
},
"name": "Campaign"
}
},
"iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG": {
"id": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
"hash": "hq__BfTx44WidNnUaMCH7aWmMpKge5pJrmekMfsrguTmEYmuG3erWYC6rU4zPQC54f1nmuXLQEW8ie",
"name": "Commercial Offering",
"meta": {
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x7056051266692d83bb070a0600adae7ea1873f15",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f6666724d677232303139303232363133343630304d4c60055560018054600160a060020a03199081163290811790925560028054909116909117905561169a806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517f564fb18d0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063564fb18d9250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051610eac806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029a165627a7a72305820af7597711e9b50552780f0bcc71787559afb50142134dcad6e5319c76d0307430029"
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 72522
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 72522
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Commercial Offering"
}
},
"iq__ruJTQUEiuvWwP5VV6z7A39j5pkr": {
"id": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
"hash": "hq__pbFJL9TRrNHx2oyqQ92Qs6UTxMuGv1on8wmfmFCf7NbfVerp6HftZuck4m4PntNzCfosVPhhk",
"name": "Campaign Manager",
"meta": {
"bitcode_part": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww",
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0xfb8b470b7577efad41c15598cb2e9380b473ace3",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d67724d61726b6574506c61636532303139303232323135333730304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055612887806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517fcc98ef960000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063cc98ef969250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051612099806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029a165627a7a72305820ed3afe68d298bebb00ddd5a9cbd8eb2d90fa41722b907caa3208d04dd38cb2c80029",
"factoryAbi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent",
"type": "uint8"
}
],
"name": "setLibraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignLibraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_library_address",
"type": "address"
}
],
"name": "setCampaignLibraryAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "market_place_address",
"type": "address"
}
],
"name": "setMarketPlaceAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "initializedAsCampaignMgr",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "marketPlaceAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
]
},
"eluv-fb.parts": {
"adsmanager.bc": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww"
},
"eluv.description": "",
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
5
],
"size": 39752
}
},
"elv-apps.css": {
".": {
"parts": [
4
],
"size": 37627
}
},
"manageApp.html": {
".": {
"parts": [
6
],
"size": 39752
}
}
},
"mime-types": {
"css": "text/css",
"html": "text/html"
},
"name": "Campaign Manager"
}
},
"iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi": {
"id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
"hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
"name": "ABR Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.displayApp": "displayApp/index.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp": {
".": {
"type": "directory"
},
"index.html": {
".": {
"parts": [
73
],
"size": 1219848
}
}
},
"displayApp.html": {
".": {
"parts": [
60
],
"size": 1219577
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 1082307
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "ABR Master"
}
}
}
async ContentTypes();
{
"iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E": {
"id": "iq__3Fy51pJBpjo7nrNFQFETUAYvRe9E",
"hash": "hq__53F6TPFf9o7kr1R2DaMDEHtFZmDXcth6PvyGZKPr3huDxuZ9RQTj9Bh2sYEX3LrayKDdYzhii4",
"name": "Video",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.allowCustomMetadata": true,
"eluv.schema": [
{
"key": "name",
"label": "Name",
"required": true,
"type": "string"
},
{
"key": "eluv.description",
"label": "Description",
"required": false,
"type": "text"
},
{
"accept": [
"image/*"
],
"key": "image",
"label": "Thumbnail",
"preview": true,
"required": true,
"type": "file"
},
{
"accept": [
"video/*"
],
"key": "video",
"label": "Video",
"required": false,
"type": "file"
}
],
"name": "Video"
}
},
"iq__36jjGPHhacyPgehzKN1CLZGXxnwB": {
"id": "iq__36jjGPHhacyPgehzKN1CLZGXxnwB",
"hash": "hq__5bTqMC7GVNBt6FwCia9Vddt2b8X3qvCudLGFfm5yCyTF7p8Eho9Fspn7Pfu3e6ZJPhTL86v4ph",
"name": "IMF",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 798259
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 1082307
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "IMF"
}
},
"iq__3KicsTfHxAru9hwCDAfWsLtCKYMa": {
"id": "iq__3KicsTfHxAru9hwCDAfWsLtCKYMa",
"hash": "hq__7HBasPghuRRKA39eNXwdvqdytUsq8XKYC4X2wfumA8iNE6F6mFK6G576n5D82mkmCcQCK9bkWx",
"name": "Channel",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 82111
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 82111
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Channel"
}
},
"iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq": {
"id": "iq__45zaXofB4Gy5k1dNhRGJZb7vRMjq",
"hash": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35",
"name": "Production Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"name": "Production Master"
}
},
"iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1": {
"id": "iq__UQCrqjSX4YuBotjvRg2Cx3FJ3D1",
"hash": "hq__D682LXFAk7BpchACcWfYJtbUjSGnk7SWDHpBN915WSQ8kPcDRBTBxpBNMzj6eKsvio3FdvyG4o",
"name": "Linear Channel old",
"meta": {
"bitcode_part": "hqp_JURXeNX8pZ2t8X92Ji3RHrhHeBd5SoS4qYDWfc76YyczGgGB",
"eluv.description": "",
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
0
],
"size": 48699
}
},
"elv-apps.css": {
".": {
"parts": [
2
],
"size": 37627
}
},
"manageApp.html": {
".": {
"parts": [
1
],
"size": 48699
}
}
},
"mime-types": {
"css": "text/css",
"html": "text/html"
},
"name": "Linear Channel old"
}
},
"iq__42gJKSsPoLCNkmEiDopEfPSujc2e": {
"id": "iq__42gJKSsPoLCNkmEiDopEfPSujc2e",
"hash": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL",
"name": "Library",
"meta": {
"bitcode_part": "hqp_3AttPxAV6U7nRM1szSYiV3j16oVRrokT6nnrh6acsRa2vnXi",
"eluv.description": "",
"name": "Library"
}
},
"iq__2punfHYE6Xv6B5GmRiuCorsELxei": {
"id": "iq__2punfHYE6Xv6B5GmRiuCorsELxei",
"hash": "hq__Dp62NfiHS9PdwxXUNrrFFou3k59hMuWDUCbH3n5GmU3icDj7BQ1Nxz2yhdeEE6p4hnbqvTNDg2",
"name": "Submission",
"meta": {
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "licensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "percentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_FINAL_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "partialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "new_owner",
"type": "address"
}
],
"name": "transferContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT_APPROVED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "licensing_fee",
"type": "uint256"
}
],
"name": "setLicensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "licensingStatus",
"outputs": [
{
"name": "percentComplete",
"type": "uint8"
},
{
"name": "licensingFee",
"type": "uint256"
},
{
"name": "licensingFeePaid",
"type": "uint256"
},
{
"name": "valid",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "partial_payment",
"type": "uint8"
}
],
"name": "setPartialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent_partial",
"type": "uint8"
}
],
"name": "setPercentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
}
],
"name": "reclaimContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "percent_complete",
"type": "uint8"
},
{
"name": "note",
"type": "string"
}
],
"name": "reviewContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "content",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PayCredit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x1515ebcf2c7d5eaa53259543efe36e08de76b708",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058202884804d43a9a152fb3d67b3c22bd9c9f4e20b07cc2c89c3660aa73a4de314e60029"
},
"eluv.reviewApp": "reviewApp.html",
"eluv.schema": [
{
"key": "name",
"label": "Name",
"type": "string"
},
{
"fields": [
{
"key": "title",
"label": "Title",
"type": "string"
},
{
"key": "synopsis",
"label": "Synopsis",
"type": "text"
},
{
"key": "cast_and_crew",
"label": "Cast and Crew",
"type": "string"
}
],
"flattenDisplay": true,
"key": "metadata",
"type": "object"
},
{
"key": "blog_post",
"label": "Blog Post",
"type": "text"
},
{
"fields": [
{
"fields": [
{
"key": "1",
"label": "Text 1",
"type": "string"
},
{
"key": "2",
"label": "Text 2",
"type": "string"
}
],
"flattenDisplay": true,
"key": "text",
"type": "object"
}
],
"key": "facebook",
"label": "Facebook",
"type": "object"
},
{
"fields": [
{
"fields": [
{
"key": "1",
"label": "Text 1",
"type": "string"
},
{
"key": "2",
"label": "Text 2",
"type": "string"
}
],
"flattenDisplay": true,
"key": "text",
"type": "object"
},
{
"key": "description",
"label": "Description",
"type": "text"
}
],
"key": "youtube",
"label": "YouTube",
"type": "object"
},
{
"accept": [
"image/*"
],
"key": "image",
"label": "Primary Image",
"preview": true,
"type": "file"
},
{
"accept": [
"video/*"
],
"key": "video",
"label": "Full Video",
"type": "file"
},
{
"key": "preview_spacer",
"label": "",
"text": "",
"type": "label"
},
{
"accept": [
"image/*"
],
"key": "preview_image",
"label": "Preview Image",
"preview": true,
"type": "file"
},
{
"accept": [
"video/*"
],
"key": "preview_video",
"label": "Preview Video",
"type": "file"
},
{
"key": "tag_spacer",
"label": "",
"text": "",
"type": "label"
},
{
"key": "tags",
"label": "Tags",
"type": "list"
},
{
"key": "terms_and_conditions_label",
"label": "",
"text": "Before submitting this content, you must agree to the Terms and Conditions below",
"type": "label"
},
{
"filename": "Terms and Conditions.pdf",
"hash": "hqp_QmUzs9ticwCsejnjdRrwHsThiNGvNytEFTVY21ZrNKKWAr",
"key": "terms_and_conditions",
"label": "Terms and Conditions",
"type": "attachedFile"
},
{
"key": "agree_to_terms",
"label": "I agree",
"required": true,
"type": "boolean"
}
],
"files": {
".": {
"type": "directory"
},
"reviewApp.html": {
".": {
"parts": [
0
],
"size": 206344
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Submission"
}
},
"iq__22H7vhkwVD8QDPWjANkB4aAXpCUg": {
"id": "iq__22H7vhkwVD8QDPWjANkB4aAXpCUg",
"hash": "hq__7PYaQbqz7zju1C3cmEU2x7cF5nbsxAnj951JT96NseEGD571KfMfVoNvb9go3kdcJmb4FpD5Gc",
"name": "Sponsored Content",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "validateAvailability",
"outputs": [],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "level",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "preset_access_charge",
"type": "uint256"
}
],
"name": "setPresetAccessCharge",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "mandatoryPresetAccessCharge",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_manager",
"type": "address"
}
],
"name": "setCampaignManager",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "mandatory_preset_access_charge",
"type": "bool"
}
],
"name": "setMandatoryPresetAccessCharge",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "commercialOfferingManagerAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "region",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "commercial_offering_manager_address",
"type": "address"
}
],
"name": "setCommercialOfferingManagerAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "r",
"type": "address"
}
],
"name": "setRegion",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "mandatory_sponsoring",
"type": "bool"
}
],
"name": "setMandatorySponsoring",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content",
"type": "address"
},
{
"name": "accessor",
"type": "address"
}
],
"name": "isAvailable",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content",
"type": "address"
},
{
"name": "sd",
"type": "bool"
},
{
"name": "hd",
"type": "bool"
},
{
"name": "start",
"type": "uint256"
},
{
"name": "end",
"type": "uint256"
},
{
"name": "r",
"type": "address"
}
],
"name": "setAvailability",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "availability",
"outputs": [
{
"name": "clearedSD",
"type": "bool"
},
{
"name": "clearedHD",
"type": "bool"
},
{
"name": "startDate",
"type": "uint256"
},
{
"name": "endDate",
"type": "uint256"
},
{
"name": "region",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "presetAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "mandatorySponsoring",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignManager",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x58974630c24a0b2f466536b4732470ab5ce219bd",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 123825
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 123825
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Sponsored Content"
}
},
"iq__3syfVBh2A9tvygGHPetwggkfDwtn": {
"id": "iq__3syfVBh2A9tvygGHPetwggkfDwtn",
"hash": "hq__4jZawSWs4KXLgbUA1HZJdSwJseW3k9wTqaG1c53jf3qycxf1v38bHPnrs4RVoexgG6XdYfcdwp",
"name": "Sponsored Content ABR Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "validateAvailability",
"outputs": [],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "level",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "preset_access_charge",
"type": "uint256"
}
],
"name": "setPresetAccessCharge",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "mandatoryPresetAccessCharge",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_manager",
"type": "address"
}
],
"name": "setCampaignManager",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "mandatory_preset_access_charge",
"type": "bool"
}
],
"name": "setMandatoryPresetAccessCharge",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "commercialOfferingManagerAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "region",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "commercial_offering_manager_address",
"type": "address"
}
],
"name": "setCommercialOfferingManagerAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "r",
"type": "address"
}
],
"name": "setRegion",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "mandatory_sponsoring",
"type": "bool"
}
],
"name": "setMandatorySponsoring",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content",
"type": "address"
},
{
"name": "accessor",
"type": "address"
}
],
"name": "isAvailable",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content",
"type": "address"
},
{
"name": "sd",
"type": "bool"
},
{
"name": "hd",
"type": "bool"
},
{
"name": "start",
"type": "uint256"
},
{
"name": "end",
"type": "uint256"
},
{
"name": "r",
"type": "address"
}
],
"name": "setAvailability",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "availability",
"outputs": [
{
"name": "clearedSD",
"type": "bool"
},
{
"name": "clearedHD",
"type": "bool"
},
{
"name": "startDate",
"type": "uint256"
},
{
"name": "endDate",
"type": "uint256"
},
{
"name": "region",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "presetAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "mandatorySponsoring",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignManager",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x6539608cc2e3b8328f7795e506c4b2f5aac17d47",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029"
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 123825
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 123825
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Sponsored Content ABR Master"
}
},
"iq__3Fd24Yeyi6ap826va5kYR1VnYNkX": {
"id": "iq__3Fd24Yeyi6ap826va5kYR1VnYNkX",
"hash": "hq__4oc8dkS2Czym9cvNAHmaJtKNoF28wtZM5rau1JHnExZHVvmZhGrqu2pzXDzbusP4aLbWchW5QB",
"name": "Advertisement",
"meta": {
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getAmount",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stake_holders",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "ad_address",
"type": "address"
}
],
"name": "dbgRequest",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "bitcodeAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "maxCreditPerAd",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getOriginator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getAdvertisement",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "creditPerAd",
"type": "uint256"
}
],
"name": "setMaxCreditPerAd",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "request_data_ID",
"type": "bytes32"
}
],
"name": "getCampaign",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "bytes32"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "content",
"type": "address"
},
{
"name": "advertisement",
"type": "address"
},
{
"name": "campaign",
"type": "address"
},
{
"name": "amount",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "bitcode",
"type": "address"
}
],
"name": "setBitcodeAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "campaign_address",
"type": "address"
},
{
"name": "ad_address",
"type": "address"
},
{
"name": "amount",
"type": "bytes32"
}
],
"name": "createMessage",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "maxCreditPerAd",
"type": "uint256"
}
],
"name": "MaxCreditPerAd",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "bitcode",
"type": "address"
}
],
"name": "BitcodeAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "flag",
"type": "bool"
}
],
"name": "dbgBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "addr",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "num",
"type": "uint256"
}
],
"name": "dbgUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "num",
"type": "uint8"
}
],
"name": "dbgUint8",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "dbgByte32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "msg",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes"
}
],
"name": "dbgBytes",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x4f98f2f2c7cec6576cb9bd60aeab07a6bb7030a5",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677241647665727469736d6e7432303139303531303135323230304d4c60055560085560018054600160a060020a031990811632908117909255600280549091169091179055611592806100a76000396000f30060806040526004361061017f5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101815780630e0a0d74146101b25780630f82c16f146101dc578063123e0e80146102a1578063176859531461032e578063208daa4f1461033c5780633513a8051461036057806341c0e1b51461036b5780634508044214610380578063508ddbb01461039857806354fd4d50146103ad57806355a632f8146103c25780635cc15001146103d75780636af27417146103ef5780636d2e4b1b1461041a5780637afc54d41461043b5780637b1cdb3e146104535780638da5cb5b1461045b57806398980081146104705780639e99bbea14610453578063af570c0414610488578063b535b03e1461049d578063c5f8c53f146104b2578063cabe0452146104ca578063d4ecba4f146104e2578063dded4d7b14610544578063e75c24bb14610565578063e870ed911461060a578063f185db0c1461061a578063f2fde38b1461062f575b005b34801561018d57600080fd5b50610196610650565b60408051600160a060020a039092168252519081900360200190f35b3480156101be57600080fd5b506101ca60043561065f565b60408051918252519081900360200190f35b3480156101e857600080fd5b5060408051602060046024803582810135848102808701860190975280865261027296843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106bc9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101ca958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106cb9650505050505050565b6101ca60043560243561092a565b34801561034857600080fd5b506101ca600435600160a060020a0360243516610bea565b6101ca600435610c97565b34801561037757600080fd5b5061017f610c9a565b34801561038c57600080fd5b506101ca600435610cd6565b3480156103a457600080fd5b50610196610cdc565b3480156103b957600080fd5b506101ca610ceb565b3480156103ce57600080fd5b506101ca610cf1565b3480156103e357600080fd5b50610196600435610cf7565b3480156103fb57600080fd5b50610404610d15565b6040805160ff9092168252519081900360200190f35b34801561042657600080fd5b5061017f600160a060020a0360043516610d1a565b34801561044757600080fd5b50610196600435610d75565b6101ca610d90565b34801561046757600080fd5b50610196610d95565b34801561047c57600080fd5b50610196600435610da4565b34801561049457600080fd5b50610196610dd1565b3480156104a957600080fd5b50610404610de0565b3480156104be57600080fd5b5061017f600435610de5565b3480156104d657600080fd5b50610196600435610e4e565b3480156104ee57600080fd5b506104fa600435610e6c565b60408051600160a060020a0397881681529587166020870152938616858501529190941660608401526080830193909352600092830b90920b60a082015290519081900360c00190f35b34801561055057600080fd5b50610196600160a060020a0360043516610eb2565b34801561057157600080fd5b50610595600160a060020a0360043581169060243581169060443516606435610f58565b6040805160208082528351818301528351919283929083019185019080838360005b838110156105cf5781810151838201526020016105b7565b50505050905090810190601f1680156105fc5780820380516001836020036101000a031916815260200191505b509250505060405180910390f35b6101ca60043560243515156111af565b34801561062657600080fd5b506104046111b7565b34801561063b57600080fd5b5061017f600160a060020a03600435166111bc565b600154600160a060020a031681565b600081815260076020526040812060010154600160a060020a03161580159061069b5750600082815260076020526040812060050154810b900b155b15156106a657600080fd5b5060009081526007602052604090206004015490565b60076000808093509350935093565b60008060008060008060008060008951600014156106ec576000985061091a565b8960008151811015156106fb57fe5b602090810290910101519750600160a060020a038816156109155789600181518110151561072557fe5b9060200190602002015196508a600081518110151561074057fe5b9060200190602002015195508a600181518110151561075b57fe5b6020908102909101015160001a60f860020a0260f860020a900494508a600281518110151561078657fe5b9060200190602002015193508a60038151811015156107a157fe5b60209081029091010151600654909350600160a060020a0316156107cd576107cd88888888888861122e565b60085415806107de57506008548611155b15156107e957600080fd5b86915081600160a060020a0316632310167f6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b15801561084357600080fd5b505af1158015610857573d6000803e3d6000fd5b505050506040513d602081101561086d57600080fd5b5051604080517ff06148f2000000000000000000000000000000000000000000000000000000008152336004820152602481018990529051919250600160a060020a0383169163f06148f2916044808201926020929091908290030181600087803b1580156108db57600080fd5b505af11580156108ef573d6000803e3d6000fd5b505050506040513d602081101561090557600080fd5b5061091590508d89338a8a6113b3565b600098505b5050505050505050949350505050565b600080600080600033876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106109aa5780518252601f19909201916020918201910161098b565b51815160001960209485036101000a0190811690199190911617905260408051949092018490039093206000818152600790945292208054929850965050600160a060020a031632149150508015610a0b57506005830154600090810b900b155b1515610a1657600080fd5b60008481526007602090815260408083206003015481517f2310167f0000000000000000000000000000000000000000000000000000000081529151600160a060020a0390911695508593632310167f93600480850194919392918390030190829087803b158015610a8757600080fd5b505af1158015610a9b573d6000803e3d6000fd5b505050506040513d6020811015610ab157600080fd5b5051604080517fcfefb3d5000000000000000000000000000000000000000000000000000000008152600481018790529051919250600160a060020a0383169163cfefb3d5916024808201926020929091908290030181600087803b158015610b1957600080fd5b505af1158015610b2d573d6000803e3d6000fd5b505050506040513d6020811015610b4357600080fd5b50506000848152600760209081526040808320805473ffffffffffffffffffffffffffffffffffffffff1990811682556001820180548216905560028201805482169055600382018054909116905560048101849055600501805460ff1916905580518a81529182019290925281517fbf0f2215c45c5ee802d4c20bdfc915308c4459b0f6a78f23ad350e6408bf2891929181900390910190a15060009695505050505050565b600081836040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b60208310610c645780518252601f199092019160209182019101610c45565b5181516020939093036101000a600019018019909116921691909117905260405192018290039091209695505050505050565b90565b600254600160a060020a0316321480610cbd5750600254600160a060020a031633145b1515610cc857600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b60055481565b60085481565b600090815260076020526040902060010154600160a060020a031690565b600281565b600154600160a060020a03163214610d3157600080fd5b600160a060020a0381161515610d4657600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090815260076020526040902054600160a060020a031690565b600090565b600254600160a060020a031681565b600081815260076020526040812060020154600160a060020a0316801515610dcb57600080fd5b92915050565b600354600160a060020a031681565b600181565b600254600160a060020a0316321480610e085750600254600160a060020a031633145b1515610e1357600080fd5b60088190556040805182815290517f1f6808146a51d157d9343b08ee6fce3b39b0e5b419f4c8524a56512acf5ba2b59181900360200190a150565b600090815260076020526040902060030154600160a060020a031690565b600760205260009081526040812080546001820154600283015460038401546004850154600590950154600160a060020a03948516969385169592851694909116920b86565b600254600090600160a060020a0316321480610ed85750600254600160a060020a031633145b1515610ee357600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a03848116919091179182905560408051929091168252517fecfcc1bcfb602db0a89a128bad350799ac7741ae87395080e8da39da6f100fcb916020908290030190a15050600654600160a060020a031690565b60408051606080825260808201909252819060009081908360208201610c00803883395050815191945060fd60020a918591506000908110610f9657fe5b906020010190600160f860020a031916908160001a905350825160fd60020a9084906015908110610fc357fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490602a908110610ff057fe5b906020010190600160f860020a031916908160001a905350825160fd60020a908490603f90811061101d57fe5b906020010190600160f860020a031916908160001a905350600091505b601482101561113e578160130360080260020a86600160a060020a031681151561106057fe5b0490508060f860020a02838360010181518110151561107b57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a87600160a060020a03168115156110b057fe5b0490508060f860020a0283836016018151811015156110cb57fe5b906020010190600160f860020a031916908160001a9053508160130360080260020a88600160a060020a031681151561110057fe5b0490508060f860020a028383602b0181518110151561111b57fe5b906020010190600160f860020a031916908160001a90535060019091019061103a565b600091505b60208210156111a35784826020811061115857fe5b1a60f860020a0260f860020a900490508060f860020a02838360400181518110151561118057fe5b906020010190600160f860020a031916908160001a905350600190910190611143565b50909695505050505050565b600092915050565b600481565b600254600160a060020a03163214806111df5750600254600160a060020a031633145b15156111ea57600080fd5b600160a060020a03811615156111ff57600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b606060008061123f8989338a610f58565b92508260405160200180807f19457468657265756d205369676e6564204d6573736167653a0a393600000000815250601c0182805190602001908083835b6020831061129c5780518252601f19909201916020918201910161127d565b6001836020036101000a0380198251168184511680821785525050505050509050019150506040516020818303038152906040526040518082805190602001908083835b602083106112ff5780518252601f1990920191602091820191016112e0565b51815160209384036101000a600019018019909216911617905260408051929094018290038220600080845283830180875282905260ff8e1684870152606084018d9052608084018c905294519098506001965060a080840196509194601f19820194509281900390910191865af115801561137f573d6000803e3d6000fd5b5050604051601f190151600654909250600160a060020a0380841691161490506113a857600080fd5b505050505050505050565b60006113bd611531565b84876040516020018083600160a060020a0316600160a060020a03166c01000000000000000000000000028152601401828152602001925050506040516020818303038152906040526040518082805190602001908083835b602083106114355780518252601f199092019160209182019101611416565b51815160209384036101000a60001901801990921691161790526040805192909401829003822060c083018552328352600160a060020a039c8d168383019081529b8d168386019081529a8d1660608401908152608084019a8b52600060a0850181815292815260079093529482209251835473ffffffffffffffffffffffffffffffffffffffff19908116918f169190911784559b516001840180548e16918f1691909117905599516002830180548d16918e169190911790559251600382018054909b169b169a909a1790985594516004890155505092516005909501805460ff191660ff9690930b959095169190911790935550505050565b6040805160c081018252600080825260208201819052918101829052606081018290526080810182905260a0810191909152905600a165627a7a7230582074c6feb6abc40b710f5a82fb8c9cff0bc13b436a30507d84bd5fe87b160140d30029"
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 73720
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 73720
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Advertisement"
}
},
"iq__3ugM27TmKaK3aH5FhroqAGddFoty": {
"id": "iq__3ugM27TmKaK3aH5FhroqAGddFoty",
"hash": "hq__DxBV4QBDgXLYto9C4CuZ8Pwwo4JWQoufdCxFpHE58Koiqwm7Vg3SNywCWZL9RMHF77sR9aPskh",
"name": "Campaign",
"meta": {
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent",
"type": "uint8"
}
],
"name": "setLibraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignLibraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_library_address",
"type": "address"
}
],
"name": "setCampaignLibraryAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "market_place_address",
"type": "address"
}
],
"name": "setMarketPlaceAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "initializedAsCampaignMgr",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "marketPlaceAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x8071af01e88a02afef5acaf47d95d1c6a415b53e",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029",
"factoryAbi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent",
"type": "uint8"
}
],
"name": "setLibraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignLibraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_library_address",
"type": "address"
}
],
"name": "setCampaignLibraryAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "market_place_address",
"type": "address"
}
],
"name": "setMarketPlaceAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "initializedAsCampaignMgr",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "marketPlaceAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
]
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
2
],
"size": 40858
}
},
"elv-apps.css": {
".": {
"parts": [
4
],
"size": 37627
}
},
"manageApp.html": {
".": {
"parts": [
3
],
"size": 40858
}
}
},
"mime-types": {
"css": "text/css",
"html": "text/html"
},
"name": "Campaign"
}
},
"iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG": {
"id": "iq__3kEo6MBsom7Jt5ud5tbMVa6GxXbG",
"hash": "hq__BfTx44WidNnUaMCH7aWmMpKge5pJrmekMfsrguTmEYmuG3erWYC6rU4zPQC54f1nmuXLQEW8ie",
"name": "Commercial Offering",
"meta": {
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0x7056051266692d83bb070a0600adae7ea1873f15",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f6666724d677232303139303232363133343630304d4c60055560018054600160a060020a03199081163290811790925560028054909116909117905561169a806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517f564fb18d0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063564fb18d9250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051610eac806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d6772436f6d6d4f666665726e6732303139303531303135323330304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055610e0a806100a26000396000f3006080604052600436106101ab5763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101ad5780630f82c16f146101de578063112d0d32146102a3578063123e0e80146102b85780631768595314610357578063198e76711461036557806329ed61371461037d5780633513a805146103a657806335b979ca146103b1578063409fa286146103d257806341c0e1b5146103ec57806345080442146104015780634c937386146104195780635062d68d1461042e57806354fd4d5014610443578063564fb18d146104585780635661d186146104795780636a9719b11461049a5780636af27417146104b45780636d2e4b1b146104df5780637b1cdb3e146105005780638da5cb5b1461050857806391357d4b1461051d5780639e99bbea14610500578063a7b4a4df14610544578063ab3a74251461057f578063af570c04146105d6578063af75d38f146105eb578063b2041a1514610600578063b535b03e14610615578063e870ed911461062a578063f185db0c1461063a578063f2fde38b1461064f578063fb5e76e614610670575b005b3480156101b957600080fd5b506101c2610685565b60408051600160a060020a039092168252519081900360200190f35b3480156101ea57600080fd5b5060408051602060046024803582810135848102808701860190975280865261027496843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106949650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102af57600080fd5b506101ab61071d565b6040805160206004604435818101358381028086018501909652808552610345958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506107369650505050505050565b60408051918252519081900360200190f35b610345600435602435610754565b34801561037157600080fd5b506101ab600435610770565b34801561038957600080fd5b506103926107a3565b604080519115158252519081900360200190f35b6103456004356107ac565b3480156103bd57600080fd5b506101ab600160a060020a03600435166107af565b3480156103de57600080fd5b506101ab600435151561080c565b3480156103f857600080fd5b506101ab61084d565b34801561040d57600080fd5b50610345600435610889565b34801561042557600080fd5b506101c261088f565b34801561043a57600080fd5b506101c261089e565b34801561044f57600080fd5b506103456108b2565b34801561046457600080fd5b506101ab600160a060020a03600435166108b8565b34801561048557600080fd5b506101ab600160a060020a03600435166108fe565b3480156104a657600080fd5b506101ab6004351515610961565b3480156104c057600080fd5b506104c96109cf565b6040805160ff9092168252519081900360200190f35b3480156104eb57600080fd5b506101ab600160a060020a03600435166109d4565b610345610a2f565b34801561051457600080fd5b506101c2610a34565b34801561052957600080fd5b506104c9600160a060020a0360043581169060243516610a43565b34801561055057600080fd5b506101ab600160a060020a03600435811690602435151590604435151590606435906084359060a43516610b6a565b34801561058b57600080fd5b506105a0600160a060020a0360043516610cda565b6040805195151586529315156020860152848401929092526060840152600160a060020a03166080830152519081900360a00190f35b3480156105e257600080fd5b506101c2610d15565b3480156105f757600080fd5b50610345610d24565b34801561060c57600080fd5b50610392610d2a565b34801561062157600080fd5b506104c9610d4b565b6103456004356024351515610d50565b34801561064657600080fd5b506104c9610d58565b34801561065b57600080fd5b506101ab600160a060020a0360043516610d5d565b34801561067c57600080fd5b506101c2610dcf565b600154600160a060020a031681565b60008080808060ff881615156106b65760009450849350839250829150610713565b6106c03332610a43565b905060ff8116156106de576002945092506000915081905082610713565b60095460ff16151560011415610704576008546002955090935060009250905082610713565b60079450600093508392508291505b5093509350935093565b6107273332610a43565b60ff161561073457600080fd5b565b600060ff8416156107495761074961071d565b506000949350505050565b6000605f82106107665750600061076a565b5060015b92915050565b600254600160a060020a03163214806107935750600254600160a060020a031633145b151561079e57600080fd5b600855565b60095460ff1681565b90565b600254600160a060020a03163214806107d25750600254600160a060020a031633145b15156107dd57600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a031632148061082f5750600254600160a060020a031633145b151561083a57600080fd5b6009805460ff1916911515919091179055565b600254600160a060020a03163214806108705750600254600160a060020a031633145b151561087b57600080fd5b600254600160a060020a0316ff5b50600090565b600654600160a060020a031681565b6009546101009004600160a060020a031681565b60055481565b600154600160a060020a031632146108cf57600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600254600160a060020a03163214806109215750600254600160a060020a031633145b151561092c57600080fd5b60098054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a03163214806109845750600254600160a060020a031633145b151561098f57600080fd5b60078054911515740100000000000000000000000000000000000000000274ff000000000000000000000000000000000000000019909216919091179055565b600281565b600154600160a060020a031632146109eb57600080fd5b600160a060020a0381161515610a0057600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600090565b600254600160a060020a031681565b600160a060020a038083166000908152600a602052604081206009549192839261010090041682811515610a82576003830154600160a060020a031691505b600160a060020a03821615610b2e5750604080517f95a078e8000000000000000000000000000000000000000000000000000000008152600160a060020a038781166004830152915183928316916395a078e89160248083019260209291908290030181600087803b158015610af757600080fd5b505af1158015610b0b573d6000803e3d6000fd5b505050506040513d6020811015610b2157600080fd5b50511515610b2e57600a93505b4283600101541115610b3f57601493505b600283015415801590610b555750428360020154105b15610b5f57601e93505b509195945050505050565b600080600088925082600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b158015610bc957600080fd5b505af1158015610bdd573d6000803e3d6000fd5b505050506040513d6020811015610bf357600080fd5b5051600160a060020a03163214610c0957600080fd5b859150811515610c17574291505b506009546101009004600160a060020a0316801515610c335750825b6040805160a08101825298151589529615156020808a0191825289890193845260608a01968752600160a060020a0392831660808b019081529a83166000908152600a9091529790972097518854975160ff199098169015151761ff0019166101009715159790970296909617875551600187015550505160028401555091516003909101805473ffffffffffffffffffffffffffffffffffffffff191691909216179055565b600a60205260009081526040902080546001820154600283015460039093015460ff80841694610100909404169290600160a060020a031685565b600354600160a060020a031681565b60085481565b60075474010000000000000000000000000000000000000000900460ff1681565b600181565b600092915050565b600481565b600254600160a060020a0316321480610d805750600254600160a060020a031633145b1515610d8b57600080fd5b600160a060020a0381161515610da057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600754600160a060020a0316815600a165627a7a72305820e07b208bd87743f14b6371d7b3e98d45fc665d414c5b241de137f302c3533da20029a165627a7a72305820af7597711e9b50552780f0bcc71787559afb50142134dcad6e5319c76d0307430029"
},
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
1
],
"size": 72522
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 72522
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "Commercial Offering"
}
},
"iq__ruJTQUEiuvWwP5VV6z7A39j5pkr": {
"id": "iq__ruJTQUEiuvWwP5VV6z7A39j5pkr",
"hash": "hq__pbFJL9TRrNHx2oyqQ92Qs6UTxMuGv1on8wmfmFCf7NbfVerp6HftZuck4m4PntNzCfosVPhhk",
"name": "Campaign Manager",
"meta": {
"bitcode_part": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww",
"custom_contract": {
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"address": "0xfb8b470b7577efad41c15598cb2e9380b473ace3",
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d67724d61726b6574506c61636532303139303232323135333730304d4c60055560018054600160a060020a031990811632908117909255600280549091169091179055612887806100a26000396000f3006080604052600436106100e25763ffffffff60e060020a60003504166302d05d3f81146100e45780630f82c16f14610115578063123e0e80146101da57806317685953146102795780633513a8051461028757806341c0e1b51461029257806345080442146102a757806354fd4d50146102bf5780636af27417146102d45780636d2e4b1b146102ff5780637b1cdb3e146103205780638da5cb5b146103285780639e99bbea1461033d578063af570c0414610345578063b535b03e1461035a578063e870ed911461036f578063f185db0c1461037f578063f2fde38b14610394575b005b3480156100f057600080fd5b506100f96103b5565b60408051600160a060020a039092168252519081900360200190f35b34801561012157600080fd5b506040805160206004602480358281013584810280870186019097528086526101ab96843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103c49650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b6040805160206004604435818101358381028086018501909652808552610267958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506103d39650505050505050565b60408051918252519081900360200190f35b6102676004356024356103dd565b6102676004356103e5565b34801561029e57600080fd5b506100e26103e8565b3480156102b357600080fd5b50610267600435610424565b3480156102cb57600080fd5b5061026761042a565b3480156102e057600080fd5b506102e9610430565b6040805160ff9092168252519081900360200190f35b34801561030b57600080fd5b506100e2600160a060020a0360043516610435565b610267610490565b34801561033457600080fd5b506100f9610713565b610267610722565b34801561035157600080fd5b506100f9610727565b34801561036657600080fd5b506102e9610736565b61026760043560243515156103dd565b34801561038b57600080fd5b506102e961073b565b3480156103a057600080fd5b506100e2600160a060020a0360043516610740565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a031632148061040b5750600254600160a060020a031633145b151561041657600080fd5b600254600160a060020a0316ff5b50600090565b60055481565b600281565b600154600160a060020a0316321461044c57600080fd5b600160a060020a038116151561046157600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60008060008061049e6107b2565b604051809103906000f0801580156104ba573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350849250839163e53853039160248082019260009290919082900301818387803b15801561052557600080fd5b505af1158015610539573d6000803e3d6000fd5b5050604080517fcc98ef960000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038516935063cc98ef969250602480830192600092919082900301818387803b15801561059d57600080fd5b505af11580156105b1573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b15801561061c57600080fd5b505af1158015610630573d6000803e3d6000fd5b5050505080600160a060020a031663f2fde38b83600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561068157600080fd5b505af1158015610695573d6000803e3d6000fd5b505050506040513d60208110156106ab57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b1580156106f157600080fd5b505af1158015610705573d6000803e3d6000fd5b505050506000935050505090565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600481565b600254600160a060020a03163214806107635750600254600160a060020a031633145b151561076e57600080fd5b600160a060020a038116151561078357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b604051612099806107c383390190560060806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e4d677232303139303232323135333630304d4c6005556006805460ff191690556007805460a060020a60ff021916905560018054600160a060020a031990811632908117909255600280549091169091179055611fdd806100bc6000396000f3006080604052600436106101485763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f811461014a5780630f82c16f1461017b578063123e0e801461024057806317685953146102df5780633513a805146102ed57806341c0e1b5146102f8578063444814391461030d578063450804421461033e5780634edd676b1461035657806354fd4d501461036b5780636af27417146103805780636d2e4b1b1461039557806374cf29c2146103b65780637b1cdb3e146103cb5780638597a2a3146103d35780638da5cb5b146103f45780639e99bbea14610409578063af570c0414610411578063b535b03e14610426578063cc98ef961461043b578063d7f48c341461045c578063e870ed9114610485578063ed27107b14610495578063f185db0c146104aa578063f2fde38b146104bf575b005b34801561015657600080fd5b5061015f6104e0565b60408051600160a060020a039092168252519081900360200190f35b34801561018757600080fd5b5060408051602060046024803582810135848102808701860190975280865261021196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104ef9650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526102cd958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506104fe9650505050505050565b60408051918252519081900360200190f35b6102cd600435602435610508565b6102cd600435610510565b34801561030457600080fd5b50610148610513565b34801561031957600080fd5b5061032860ff6004351661054f565b6040805160ff9092168252519081900360200190f35b34801561034a57600080fd5b506102cd600435610597565b34801561036257600080fd5b5061015f61059d565b34801561037757600080fd5b506102cd6105b1565b34801561038c57600080fd5b506103286105b7565b3480156103a157600080fd5b50610148600160a060020a03600435166105bc565b3480156103c257600080fd5b50610328610617565b6102cd610620565b3480156103df57600080fd5b50610148600160a060020a03600435166108c7565b34801561040057600080fd5b5061015f61092a565b6102cd610939565b34801561041d57600080fd5b5061015f61093e565b34801561043257600080fd5b5061032861094d565b34801561044757600080fd5b50610148600160a060020a0360043516610952565b34801561046857600080fd5b50610471610998565b604080519115158252519081900360200190f35b6102cd6004356024351515610508565b3480156104a157600080fd5b5061015f6109b9565b3480156104b657600080fd5b506103286109c8565b3480156104cb57600080fd5b50610148600160a060020a03600435166109cd565b600154600160a060020a031681565b60076000808093509350935093565b6000949350505050565b600092915050565b90565b600254600160a060020a03163214806105365750600254600160a060020a031633145b151561054157600080fd5b600254600160a060020a0316ff5b600254600090600160a060020a03163214806105755750600254600160a060020a031633145b151561058057600080fd5b506006805460ff191660ff92831617908190551690565b50600090565b6006546101009004600160a060020a031681565b60055481565b600281565b600154600160a060020a031632146105d357600080fd5b600160a060020a03811615156105e857600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065460ff1681565b60075460009081908190819074010000000000000000000000000000000000000000900460ff16151561068b576007805474ff0000000000000000000000000000000000000000191674010000000000000000000000000000000000000000179055600093506108c1565b610693610a3f565b604051809103906000f0801580156106af573d6000803e3d6000fd5b50604080517fe5385303000000000000000000000000000000000000000000000000000000008152600160a060020a03831660048201529051919450339350839163e53853039160248082019260009290919082900301818387803b15801561071757600080fd5b505af115801561072b573d6000803e3d6000fd5b5050600654604080517f4448143900000000000000000000000000000000000000000000000000000000815260ff909216600483015251869450600160a060020a03851693506344481439925060248083019260209291908290030181600087803b15801561079957600080fd5b505af11580156107ad573d6000803e3d6000fd5b505050506040513d60208110156107c357600080fd5b5050604080517f63c77f8f0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a038316916363c77f8f91602480830192600092919082900301818387803b15801561082557600080fd5b505af1158015610839573d6000803e3d6000fd5b5050600254604080517f6d2e4b1b000000000000000000000000000000000000000000000000000000008152600160a060020a03928316600482015290519185169350636d2e4b1b925060248082019260009290919082900301818387803b1580156108a457600080fd5b505af11580156108b8573d6000803e3d6000fd5b50505050600093505b50505090565b600254600160a060020a03163214806108ea5750600254600160a060020a031633145b15156108f557600080fd5b60068054600160a060020a039092166101000274ffffffffffffffffffffffffffffffffffffffff0019909216919091179055565b600254600160a060020a031681565b600090565b600354600160a060020a031681565b600181565b600154600160a060020a0316321461096957600080fd5b6007805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60075474010000000000000000000000000000000000000000900460ff1681565b600754600160a060020a031681565b600481565b600254600160a060020a03163214806109f05750600254600160a060020a031633145b15156109fb57600080fd5b600160a060020a0381161515610a1057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60405161156280610a5083390190560060806040527f4f776e61626c6532303139303532383139333830304d4c00000000000000000060009081557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f41646d677243616d706169676e32303139303331383130353130304d4c0000006005556006805460a060020a60ff021916905542600a55600b5560018054600160a060020a0319908116329081179092556002805490911690911790556114a7806100bb6000396000f3006080604052600436106101b65763ffffffff7c010000000000000000000000000000000000000000000000000000000060003504166302d05d3f81146101b85780630b97bc86146101e95780630f82c16f146102105780630fb5a6b4146102d5578063123e0e80146102ea57806317685953146103775780631e1333fb1461038557806322f3e2d4146103bd578063309d1e40146103d25780633513a805146104185780633b917c301461042357806341c0e1b514610438578063444814391461044d578063450804421461047e57806346d5badb1461049657806354fd4d50146104ab57806363c77f8f146104c05780636af27417146104e15780636d2e4b1b146104f657806374cf29c21461051757806379d367ef1461052c5780637b1cdb3e1461054d5780638da5cb5b146105555780639dfa5d331461056a5780639e99bbea1461054d578063af570c041461057f578063b535b03e14610594578063c940c6b3146105a9578063cfefb3d5146105ca578063e177246e146105e2578063e870ed91146105fa578063f06148f21461060a578063f185db0c1461062e578063f2fde38b14610643578063f34da3c014610664575b005b3480156101c457600080fd5b506101cd61067c565b60408051600160a060020a039092168252519081900360200190f35b3480156101f557600080fd5b506101fe61068b565b60408051918252519081900360200190f35b34801561021c57600080fd5b506040805160206004602480358281013584810280870186019097528086526102a696843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106919650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b3480156102e157600080fd5b506101fe6106a0565b60408051602060046044358181013583810280860185019096528085526101fe958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106a69650505050505050565b6101fe6004356024356106b0565b34801561039157600080fd5b506103a9600160a060020a03600435166024356106b8565b604080519115158252519081900360200190f35b3480156103c957600080fd5b506103a96107eb565b3480156103de57600080fd5b506103f3600160a060020a036004351661081f565b604080519384526020840192909252600090810b900b82820152519081900360600190f35b6101fe600435610840565b34801561042f57600080fd5b506101cd610843565b34801561044457600080fd5b506101b6610852565b34801561045957600080fd5b5061046860ff6004351661088e565b6040805160ff9092168252519081900360200190f35b34801561048a57600080fd5b506101fe6004356108f0565b3480156104a257600080fd5b506101fe6108f6565b3480156104b757600080fd5b506101fe6108fc565b3480156104cc57600080fd5b506101b6600160a060020a0360043516610902565b3480156104ed57600080fd5b50610468610948565b34801561050257600080fd5b506101b6600160a060020a036004351661094d565b34801561052357600080fd5b506104686109a8565b34801561053857600080fd5b506103a9600160a060020a03600435166109c9565b6101fe610b73565b34801561056157600080fd5b506101cd610b78565b34801561057657600080fd5b506101fe610b87565b34801561058b57600080fd5b506101cd610bc2565b3480156105a057600080fd5b50610468610bd1565b3480156105b557600080fd5b506101fe600435602435604435606435610bd6565b3480156105d657600080fd5b506103a9600435610c24565b3480156105ee57600080fd5b506101fe60043561131e565b6101fe60043560243515156106b0565b34801561061657600080fd5b506103a9600160a060020a036004351660243561135f565b34801561063a57600080fd5b506104686113b8565b34801561064f57600080fd5b506101b6600160a060020a03600435166113bd565b34801561067057600080fd5b506101cd60043561142f565b600154600160a060020a031681565b600a5481565b60076000808093509350935093565b600b5481565b6000949350505050565b600092915050565b60006106c2611457565b600254600090600160a060020a03163214806106e85750600254600160a060020a031633145b15156106f357600080fd5b50506040805160608101825283815260006020808301829052600183850152600160a060020a038716825260079052918220600281015491929091810b900b151561079b5760088054600180820183556000929092527ff3f7a9fe364faab93b216da50a3214154f22a0a2b415b23a84c8169e8b636ee301805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0388161790556009805490910190555b50600160a060020a039390931660009081526007602090815260408083208651815591860151600180840191909155950151600290910180549190920b60ff1660ff199091161790555090919050565b600a546000904290811015610803576000915061081b565b600b541580610818575080600b54600a540110155b91505b5090565b60076020526000908152604081208054600182015460029092015490920b83565b90565b600654600160a060020a031681565b600254600160a060020a03163214806108755750600254600160a060020a031633145b151561088057600080fd5b600254600160a060020a0316ff5b600154600090600160a060020a031632146108a857600080fd5b506006805474ff000000000000000000000000000000000000000019167401000000000000000000000000000000000000000060ff9384168102919091179182905590041690565b50600090565b60095481565b60055481565b600154600160a060020a0316321461091957600080fd5b6006805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600281565b600154600160a060020a0316321461096457600080fd5b600160a060020a038116151561097957600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b60065474010000000000000000000000000000000000000000900460ff1681565b6002546000908190600160a060020a03163214806109f15750600254600160a060020a031633145b15156109fc57600080fd5b50600160a060020a038216600090815260076020526040812081815560018101829055600201805460ff191690555b600954811015610b685782600160a060020a0316600882815481101515610a4e57fe5b600091825260209091200154600160a060020a03161415610b60576008805482908110610a7757fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff19169055600954600019018114610b4d576008600160095403815481101515610abe57fe5b60009182526020909120015460088054600160a060020a039092169183908110610ae457fe5b9060005260206000200160006101000a815481600160a060020a030219169083600160a060020a031602179055506008600160095403815481101515610b2657fe5b6000918252602090912001805473ffffffffffffffffffffffffffffffffffffffff191690555b6009805460001901905560019150610b6d565b600101610a2b565b600091505b50919050565b600090565b600254600160a060020a031681565b600254600090600160a060020a0316321480610bad5750600254600160a060020a031633145b1515610bb857600080fd5b5042600a81905590565b600354600160a060020a031681565b600181565b600254600090600160a060020a0316321480610bfc5750600254600160a060020a031633145b1515610c0757600080fd5b50603c60188502840181028301028101600b819055949350505050565b6000806000806000806000806000610c3a6107eb565b1515610c4557600080fd5b604080517f0e0a0d74000000000000000000000000000000000000000000000000000000008152600481018c905290513399508991630e0a0d749160248083019260209291908290030181600087803b158015610ca157600080fd5b505af1158015610cb5573d6000803e3d6000fd5b505050506040513d6020811015610ccb57600080fd5b5051604080517f98980081000000000000000000000000000000000000000000000000000000008152600481018d90529051919850600160a060020a038a16916398980081916024808201926020929091908290030181600087803b158015610d3357600080fd5b505af1158015610d47573d6000803e3d6000fd5b505050506040513d6020811015610d5d57600080fd5b5051604080517f2310167f00000000000000000000000000000000000000000000000000000000815290519197508796503391600160a060020a03881691632310167f9160048083019260209291908290030181600087803b158015610dc257600080fd5b505af1158015610dd6573d6000803e3d6000fd5b505050506040513d6020811015610dec57600080fd5b5051600160a060020a031614610e0157600080fd5b604080517f7afc54d4000000000000000000000000000000000000000000000000000000008152600481018c905290513291600160a060020a038b1691637afc54d4916024808201926020929091908290030181600087803b158015610e6657600080fd5b505af1158015610e7a573d6000803e3d6000fd5b505050506040513d6020811015610e9057600080fd5b5051600160a060020a031614610ea557600080fd5b600160a060020a03861660009081526007602052604081206002810154909550810b900b600114610ed557600080fd5b83541580610eea575060018401548454038711155b1515610ef557600080fd5b600180850154600160a060020a0388166000908152600760205260409020908901910155835415801590610f4457508354600160a060020a038716600090815260076020526040902060010154145b15610f7057600160a060020a0386166000908152600760205260409020600201805460ff191660ff1790555b60065474010000000000000000000000000000000000000000900460ff1660648804029250821561127157604080517f5cc15001000000000000000000000000000000000000000000000000000000008152600481018c90529051600160a060020a038a1691635cc150019160248083019260209291908290030181600087803b158015610ffd57600080fd5b505af1158015611011573d6000803e3d6000fd5b505050506040513d602081101561102757600080fd5b5051604080517fb816f5130000000000000000000000000000000000000000000000000000000081529051919350600160a060020a0384169163b816f513916004808201926020929091908290030181600087803b15801561108857600080fd5b505af115801561109c573d6000803e3d6000fd5b505050506040513d60208110156110b257600080fd5b5051604080517f8da5cb5b0000000000000000000000000000000000000000000000000000000081529051919250600160a060020a03831691638da5cb5b916004808201926020929091908290030181600087803b15801561111357600080fd5b505af1158015611127573d6000803e3d6000fd5b505050506040513d602081101561113d57600080fd5b5051604051600160a060020a039091169084156108fc029085906000818181858888f19350505050158015611176573d6000803e3d6000fd5b507f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a81600160a060020a0316638da5cb5b6040518163ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401602060405180830381600087803b1580156111ef57600080fd5b505af1158015611203573d6000803e3d6000fd5b505050506040513d602081101561121957600080fd5b505160408051600160a060020a0390921660208301528181018690526060808352600c908301527f526574726f63657373696f6e00000000000000000000000000000000000000006080830152519081900360a00190a15b604051329084890380156108fc02916000818181858888f1935050505015801561129f573d6000803e3d6000fd5b50604080513260208201528489038183015260608082526006908201527f5265776172640000000000000000000000000000000000000000000000000000608082015290517f6a0f12fe24f7c34df8acc096f076bac6e3f1ff225f4fccc7b0f389657bde895a9181900360a00190a15060019998505050505050505050565b600254600090600160a060020a03163214806113445750600254600160a060020a031633145b151561134f57600080fd5b50600a8054820190819055919050565b60008061136a6107eb565b151561137557600080fd5b50600160a060020a0383166000908152600760205260409020805415806113a3575060018101548154038311155b15156113ae57600080fd5b5060019392505050565b600481565b600254600160a060020a03163214806113e05750600254600160a060020a031633145b15156113eb57600080fd5b600160a060020a038116151561140057600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600880548290811061143d57fe5b600091825260209091200154600160a060020a0316905081565b60606040519081016040528060008152602001600081526020016000800b815250905600a165627a7a72305820becc96e99c6926cb052edc800d780fc74a533f9dde4b797cc7e4642f277fd1cc0029a165627a7a72305820ba38a2c5cfdcbb681408b1b80cb36cc3bffae73072fe02d8f38e737a771587ef0029a165627a7a72305820ed3afe68d298bebb00ddd5a9cbd8eb2d90fa41722b907caa3208d04dd38cb2c80029",
"factoryAbi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent",
"type": "uint8"
}
],
"name": "setLibraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "campaignLibraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryRetrocession",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "campaign_library_address",
"type": "address"
}
],
"name": "setCampaignLibraryAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "market_place_address",
"type": "address"
}
],
"name": "setMarketPlaceAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "initializedAsCampaignMgr",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "marketPlaceAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
]
},
"eluv-fb.parts": {
"adsmanager.bc": "hqp_S1k59TTzCt9WStMWFEr91onr3vJm5iwKRjWSQqhyAuxYNTww"
},
"eluv.description": "",
"eluv.displayApp": "displayApp.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp.html": {
".": {
"parts": [
5
],
"size": 39752
}
},
"elv-apps.css": {
".": {
"parts": [
4
],
"size": 37627
}
},
"manageApp.html": {
".": {
"parts": [
6
],
"size": 39752
}
}
},
"mime-types": {
"css": "text/css",
"html": "text/html"
},
"name": "Campaign Manager"
}
},
"iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi": {
"id": "iq__39g4WK8kDXVP8yuq6nQTuEcTBGbi",
"hash": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx",
"name": "ABR Master",
"meta": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin",
"bitcode_part": "hqp_AkvFo29JDwCQe8hSJ1LSfT276dpVosUozWXQkdRPVvzef6Bu",
"eluv.displayApp": "displayApp/index.html",
"eluv.manageApp": "manageApp.html",
"files": {
".": {
"type": "directory"
},
"displayApp": {
".": {
"type": "directory"
},
"index.html": {
".": {
"parts": [
73
],
"size": 1219848
}
}
},
"displayApp.html": {
".": {
"parts": [
60
],
"size": 1219577
}
},
"manageApp.html": {
".": {
"parts": [
0
],
"size": 1082307
}
}
},
"mime-types": {
"html": "text/html"
},
"name": "ABR Master"
}
},
"iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB": {
"id": "iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB",
"hash": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67",
"name": "Test Content Type a432aafb64ff9ffa8b10",
"meta": {
"name": "Test Content Type a432aafb64ff9ffa8b10",
"public": {
"name": "Test Content Type a432aafb64ff9ffa8b10"
}
}
}
}
- Source:
async ContractEvents({contractAddress,abi,fromBlockoptional,toBlockoptional,countoptional,includeTransactionoptional}) → Promise.<Array.<Array.<Object>>>
Get all events on the specified contract
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
contractAddress |
string |
The address of the contract |
||
abi |
object |
The ABI of the contract |
||
fromBlock |
number |
<optional> |
Limit results to events after the specified block (inclusive) |
|
toBlock |
number |
<optional> |
Limit results to events before the specified block (inclusive) |
|
count |
number |
<optional> |
1000 |
Maximum range of blocks to search (unless both toBlock and fromBlock are specified) |
includeTransaction |
boolean |
<optional> |
false |
If specified, more detailed transaction info will be included. Note: This requires one extra network call per block, so it should not be used for very large ranges |
Example
async ContractEvents({
"contractAddress": "0x961e167ce1a4f65b27f55684df7f4a97b36f159b",
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
]
});
[
[
{
"blockNumber": 116952,
"blockHash": "0xd3de571e93b53cec5b1c85a91ec68a0b6fddcd39f7989b0a989c55fd137b30c5",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x0000000000000000000000009e8d8b76b0d624519c5518819f29158879580c1a000000000000000000000000b31b7cbb76bf9c98aa0ad798a5e63bc9a0d895ac0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0xd94ff9025ab05b8944103151751ba9f3a7b687c94d54c05b05d3331789c4d5a7",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"1": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"content_type": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
}
}
],
[
{
"blockNumber": 116951,
"blockHash": "0x2481637fe5caaf830549a9b8aa3492f9c4bae5fc87afb67af7c5b6e36621f237",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4a65535a4b564c4b6f4663326256785a5938397131516d4b616d356437367176615848693379754d4b6239316855687a76714b593565524348546d566a4d5352615a36456e53466a4a7a000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x3505a300523cfdb34756f2ea224fb24fa3e6893c0a33b30a0c6ffe19bc8b2e49",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__JeSZKVLKoFc2bVxZY89q1QmKam5d76qvaXHi3yuMKb91hUhzvqKY5eRCHTmVjMSRaZ6EnSFjJz",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__JeSZKVLKoFc2bVxZY89q1QmKam5d76qvaXHi3yuMKb91hUhzvqKY5eRCHTmVjMSRaZ6EnSFjJz",
"length": 2
}
}
],
[
{
"blockNumber": 116950,
"blockHash": "0xd76022e7c3eded9dbae96a49945a4790bdb0ac3ea09269fa5e100fbc19ef35fa",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4a65535a4b564c4b6f4663326256785a5938397131516d4b616d356437367176615848693379754d4b6239316855687a76714b593565524348546d566a4d5352615a36456e53466a4a7a000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xb70b19db6bcf32e19ca9c945628f72e67f254bf0eba7f8ca435b71504a44707f",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"2": "hq__JeSZKVLKoFc2bVxZY89q1QmKam5d76qvaXHi3yuMKb91hUhzvqKY5eRCHTmVjMSRaZ6EnSFjJz",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__JeSZKVLKoFc2bVxZY89q1QmKam5d76qvaXHi3yuMKb91hUhzvqKY5eRCHTmVjMSRaZ6EnSFjJz",
"length": 3
}
}
],
[
{
"blockNumber": 116949,
"blockHash": "0xbff977235002b2fde2af6740401f242aea82c0a182f6b47b71c9538bf9fa8407",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a",
"topics": [
"0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb"
],
"transactionHash": "0x873152af96b1cda3f9696c53b77a8535488d506a75b6a5d390be256fb9157021",
"logIndex": 0,
"decode": "<function>",
"name": "ReviewerGroupRemoved",
"signature": "ReviewerGroupRemoved(address)",
"topic": "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
}
],
[
{
"blockNumber": 116946,
"blockHash": "0xc6ed824105b07a37e492676d10167b79872d53dec948c10c5216056a4c21e4f3",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a",
"topics": [
"0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411"
],
"transactionHash": "0x1bb4516a0e5e329273abad9f9149c3f98b4b3a8016f72cafecb766bf05c2cdf2",
"logIndex": 0,
"decode": "<function>",
"name": "AccessorGroupAdded",
"signature": "AccessorGroupAdded(address)",
"topic": "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
}
],
[
{
"blockNumber": 116944,
"blockHash": "0x5d55fa5cfdb1a72b223cb5f32bdf9265f25f71fa238e7e913b98a163e1ef5d03",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a",
"topics": [
"0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb"
],
"transactionHash": "0xc1a12600cb204a766bf224322779fa98619589c2d9b6180e9e30c114af3446b9",
"logIndex": 0,
"decode": "<function>",
"name": "ReviewerGroupAdded",
"signature": "ReviewerGroupAdded(address)",
"topic": "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
}
],
[
{
"blockNumber": 116943,
"blockHash": "0x6a2aa30bb2ca14c9ccbdc956347ec86df398f0e94cc2e98fae5a280a0fd4c92a",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a",
"topics": [
"0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61"
],
"transactionHash": "0xfad0bdc633ac3251708e3bad70fb8b229c0e9a973d819b35ee1b0e684886b7f7",
"logIndex": 0,
"decode": "<function>",
"name": "ContributorGroupAdded",
"signature": "ContributorGroupAdded(address)",
"topic": "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
}
],
[
{
"blockNumber": 116941,
"blockHash": "0x0594704898c6585734ca99a298eabb99b905c3bd518b95db2f6db364584b69ab",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x000000000000000000000000b31b7cbb76bf9c98aa0ad798a5e63bc9a0d895ac",
"topics": [
"0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2"
],
"transactionHash": "0x1eff753627b2df9e4dcf67132f1b0ced25b103255adba21bfbdfa81313ed15f2",
"logIndex": 0,
"decode": "<function>",
"name": "ContentTypeRemoved",
"signature": "ContentTypeRemoved(address)",
"topic": "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2",
"values": {
"0": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"contentType": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"length": 1
}
}
],
[
{
"blockNumber": 116939,
"blockHash": "0x52e8aa907b7e38ba8101dede42c4aeac0de458d7c2b46adb202495e9a8569475",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x000000000000000000000000b31b7cbb76bf9c98aa0ad798a5e63bc9a0d895ac0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7"
],
"transactionHash": "0xb8cb7d0700e086d7627a22751c518ee2333dc580de59da0d1c423e3dd5d99bb8",
"logIndex": 0,
"decode": "<function>",
"name": "ContentTypeAdded",
"signature": "ContentTypeAdded(address,address)",
"topic": "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7",
"values": {
"0": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"1": "0x0000000000000000000000000000000000000000",
"contentType": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"contentContract": "0x0000000000000000000000000000000000000000",
"length": 2
}
}
],
[
{
"blockNumber": 116937,
"blockHash": "0x804bf8e96e8818c2977bdc50994aa89b91049b0d63286559b6ba8506c2935bd9",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x000000000000000000000000b31b7cbb76bf9c98aa0ad798a5e63bc9a0d895ac",
"topics": [
"0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2"
],
"transactionHash": "0x999067feb177dc955028791a059ab78a1adc9ee39e7900a5dc77bcc1d94a374b",
"logIndex": 0,
"decode": "<function>",
"name": "ContentTypeRemoved",
"signature": "ContentTypeRemoved(address)",
"topic": "0xd41375b9d347dfe722f90a780731abd23b7855f9cf14ea7063c4cab5f9ae58e2",
"values": {
"0": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"contentType": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"length": 1
}
}
],
[
{
"blockNumber": 116933,
"blockHash": "0x65d9c53a49eb3f48200e20a8e25284e9535687fc18767fbe8ee2c3275161758b",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x000000000000000000000000b31b7cbb76bf9c98aa0ad798a5e63bc9a0d895ac0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7"
],
"transactionHash": "0x6d53cd2339de0adfe9570f35bc02e0a5b6f128160f03a73db01f2f111909377c",
"logIndex": 0,
"decode": "<function>",
"name": "ContentTypeAdded",
"signature": "ContentTypeAdded(address,address)",
"topic": "0x280016f7418306a55542432120fd1a239ef9fcc1a92694d8d44ca76be0249ea7",
"values": {
"0": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"1": "0x0000000000000000000000000000000000000000",
"contentType": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"contentContract": "0x0000000000000000000000000000000000000000",
"length": 2
}
}
],
[
{
"blockNumber": 116929,
"blockHash": "0x0e596c21ad391831a9fa6ec252b03d74baae0ec27328d8e9a69117f04df7b5c5",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"transactionHash": "0xaa544422f5eeee8a8f6445352a01b11c1a7e9da09ce4fb3cbe05e02fde4c53d1",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
[
{
"blockNumber": 116927,
"blockHash": "0x8f791181278b462f334a149b829a020ae08ba12fe9d0c64ed9a9ee0a02ac0d15",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4851713850626f7957625056595373317978656b524e6e4c6d6d6e655441797a4d665a4a5537584a626948426f47686b48767643395a713177746f345365466d776243414b4e5277714c000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x8539e2912dd851ccf2d518c4a85b0de23e2b8b6007bb89addcc8537115e18289",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__HQq8PboyWbPVYSs1yxekRNnLmmneTAyzMfZJU7XJbiHBoGhkHvvC9Zq1wto4SeFmwbCAKNRwqL",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__HQq8PboyWbPVYSs1yxekRNnLmmneTAyzMfZJU7XJbiHBoGhkHvvC9Zq1wto4SeFmwbCAKNRwqL",
"length": 2
}
}
],
[
{
"blockNumber": 116924,
"blockHash": "0x38ceb7d75ff7c24d518482e240f298d7ee11448c1db4cc4a90ee04409b0919f0",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4851713850626f7957625056595373317978656b524e6e4c6d6d6e655441797a4d665a4a5537584a626948426f47686b48767643395a713177746f345365466d776243414b4e5277714c000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xeb67f63a9242cd93d9d846042eefc33a5ecdae6b22ca704fec83f6bef6777fae",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"2": "hq__HQq8PboyWbPVYSs1yxekRNnLmmneTAyzMfZJU7XJbiHBoGhkHvvC9Zq1wto4SeFmwbCAKNRwqL",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__HQq8PboyWbPVYSs1yxekRNnLmmneTAyzMfZJU7XJbiHBoGhkHvvC9Zq1wto4SeFmwbCAKNRwqL",
"length": 3
}
}
],
[
{
"blockNumber": 116921,
"blockHash": "0x896df20f8bf8152a87d085ddc3d6b6a97a9492ac085e5b38f7495e5436f2f683",
"transactionIndex": 0,
"removed": false,
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x0e4f8e2857be768df7e2a09d9f5acdb23cc550e964c0d40a563eb2e14e62ff2b",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
]
]
- Source:
async ContractName({contractAddress}) → Promise.<string>
Return the name of the contract, as specified in the contracts "version" string
Parameters:
| Name | Type | Description |
|---|---|---|
contractAddress |
string |
Address of the contract |
- Source:
async CopyContentObject({libraryId,originalVersionHash,optionsoptional}) → Promise.<Object>
Create a new content object draft from an existing content object version.
Note: The type of the new copy can be different from the original object.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the library in which to create the new object |
|
originalVersionHash |
Version hash of the object to copy |
||
options |
Object |
<optional> |
type: Version hash of the content type to associate with the object - may be different from the original object meta: Metadata to use for the new object - This will be merged into the metadata of the original object |
Example
async CopyContentObject({
"libraryId": "ilibcw2SXJK4PHewfyUvvoEC5Qt3QCS",
"originalVersionHash": "hq__7tjuXnzXwfN9RPNwGPYKHowofVjdM6ko9foJEGNmSFnDnZn8Vd9jpbLE2ZaLj2puNDSa9ogLLC",
"options": {
"type": "",
"meta": {
"copy": "metadata"
},
"copy_from": "hq__7tjuXnzXwfN9RPNwGPYKHowofVjdM6ko9foJEGNmSFnDnZn8Vd9jpbLE2ZaLj2puNDSa9ogLLC"
}
});
{
"id": "iq__22AVXfM6FhJqHquLKiWGMHgUBwdr",
"write_token": "tqw_hgoR485VuuGA1oMdbkbKf9dXfGEdGGR5",
"type": "",
"meta": null
}
- Source:
async CreateABRMezzanine({libraryId,name,descriptionoptional,metadataoptional,masterVersionHash,variantoptional}) → Object
Create a mezzanine of the given master content object
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the mezzanine library |
|
name |
string |
Name for mezzanine content object |
|
description |
string |
<optional> |
Description for mezzanine content object |
metadata |
Object |
<optional> |
Additional metadata for mezzanine content object |
masterVersionHash |
string |
The version hash of the production master content object |
|
variant |
string |
<optional> |
What variant of the master content object to use |
Example
async CreateABRMezzanine({
"libraryId": "ilib43HtXFiDvzMnTVKhPiVmPTfg7Hpb",
"masterVersionHash": "hq__HgxRjUNFMveszw8MEVpcU6zDDi21CQwf4sCg7TFMVZSkw5LhMLaVHamrFZ5q9QokDNt58i5sYL",
"name": "Mezzanine Test",
"description": "Mezzanine Test Description",
"metadata": {
"test": "mezzanine"
}
});
{
"logs": [
"2019-11-12 19:14:21 Debug: apiAbrMezzanineInit()",
"2019-11-12 19:14:21 Info: Get abr.Profile from lib",
"2019-11-12 19:14:21 Info: Get production.Master",
"2019-11-12 19:14:21 Debug: getProductionVariantCtx(hq__HgxRjUNFMveszw8MEVpcU6zDDi21CQwf4sCg7TFMVZSkw5LhMLaVHamrFZ5q9QokDNt58i5sYL,default)",
"2019-11-12 19:14:21 Debug: getting production.Master: hq__HgxRjUNFMveszw8MEVpcU6zDDi21CQwf4sCg7TFMVZSkw5LhMLaVHamrFZ5q9QokDNt58i5sYL",
"2019-11-12 19:14:21 Debug: Get production.Variant 'default' from production.Master",
"2019-11-12 19:14:21 Info: Generate abr.Offering",
"2019-11-12 19:14:21 Info: Saving metadata"
],
"warnings": [],
"errors": [],
"id": "iq__qRVUqYeodSRyoMyLw5C7HFnKGQB",
"hash": "hq__6WvtUN3WJmf83HCW4Rq7dBvQj9mSDRo5gAss64dUypQgN9P6mWf5jXUi66PAbtFFDZvquWNx9R",
"write_token": "tqw_GZK8iaYsvyzQgQVUq5NSkxfvQsLS4CKj7",
"type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
}
- Source:
async CreateAccessGroup({name,descriptionoptional,metaoptional}) → Promise.<string>
Create a access group
A new access group contract is deployed from the content space
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
name |
string |
Name of the access group |
|
description |
string |
<optional> |
Description for the access group |
meta |
object |
<optional> |
Metadata for the access group |
Example
- Source:
async CreateContentLibrary({name,descriptionoptional,imageoptional,metadataoptional,kmsIdoptional}) → Promise.<string>
Create a new content library.
A new content library contract is deployed from the content space, and that contract ID is used to determine the library ID to create in the fabric.
- PUT /qlibs/:qlibid
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
name |
string |
Library name |
|
description |
string |
<optional> |
Library description |
image |
blob |
<optional> |
Image associated with the library |
metadata |
Object |
<optional> |
Metadata of library object |
kmsId |
string |
<optional> |
ID of the KMS to use for content in this library. If not specified, the default KMS will be used. |
Examples
async CreateContentLibrary({
"name": "Test Library a432aafb64ff9ffa8b10",
"description": "Test Library Description",
"metadata": {
"private": {
"meta": "data"
}
}
});
"ilib36JSC6JrbtuFA3cBx97J76tduvMY"
async CreateContentLibrary({
"name": "Test Object Filtering"
});
"ilib3tjQd5qiYgaSdSzryShwHXijt9vj"
async CreateContentLibrary({
"name": "Test Media Library",
"metadata": {
"abr_profile": {
"ladder_specs": {
"{\"media_type\":\"audio\",\"channels\":2}": {
"rung_specs": [
{
"media_type": "audio",
"bit_rate": 128000,
"pregenerate": true
}
]
},
"{\"media_type\":\"video\",\"aspect_ratio_height\":3,\"aspect_ratio_width\":4}": {
"rung_specs": [
{
"media_type": "video",
"bit_rate": 4900000,
"pregenerate": true,
"height": 1080,
"width": 1452
},
{
"media_type": "video",
"bit_rate": 3375000,
"pregenerate": false,
"height": 720,
"width": 968
},
{
"media_type": "video",
"bit_rate": 1500000,
"pregenerate": false,
"height": 540,
"width": 726
},
{
"media_type": "video",
"bit_rate": 825000,
"pregenerate": false,
"height": 432,
"width": 580
},
{
"media_type": "video",
"bit_rate": 300000,
"pregenerate": false,
"height": 360,
"width": 484
}
]
},
"{\"media_type\":\"video\",\"aspect_ratio_height\":9,\"aspect_ratio_width\":16}": {
"rung_specs": [
{
"media_type": "video",
"bit_rate": 6500000,
"pregenerate": true,
"height": 1080,
"width": 1920
},
{
"media_type": "video",
"bit_rate": 4500000,
"pregenerate": false,
"height": 720,
"width": 1280
},
{
"media_type": "video",
"bit_rate": 2000000,
"pregenerate": false,
"height": 540,
"width": 960
},
{
"media_type": "video",
"bit_rate": 1100000,
"pregenerate": false,
"height": 432,
"width": 768
},
{
"media_type": "video",
"bit_rate": 400000,
"pregenerate": false,
"height": 360,
"width": 640
}
]
}
},
"playout_formats": {
"dash-clear": {
"drm": null,
"protocol": {
"min_buffer_length": 2,
"type": "ProtoDash"
}
},
"dash-widevine": {
"drm": {
"type": "DrmWidevine",
"license_servers": [],
"enc_scheme_name": "cenc",
"content_id": ""
},
"protocol": {
"type": "ProtoDash",
"min_buffer_length": 2
}
},
"hls-aes128": {
"drm": {
"type": "DrmAes128",
"enc_scheme_name": "aes-128"
},
"protocol": {
"type": "ProtoHls"
}
},
"hls-clear": {
"drm": null,
"protocol": {
"type": "ProtoHls"
}
}
},
"segment_specs": {
"audio": {
"segs_per_chunk": 15,
"target_dur": 2
},
"video": {
"segs_per_chunk": 15,
"target_dur": 2.03
}
}
}
}
});
"ilib2xKLSTREbeKmtvNGymye7aBsPCJd"
- Source:
async CreateContentObject({libraryId,objectIdoptional,optionsoptional}) → Promise.<Object>
Create a new content object draft.
A new content object contract is deployed from the content library, and that contract ID is used to determine the object ID to create in the fabric.
- PUT /qlibs/:qlibid/q/:objectid
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the library |
|
objectId |
objectId |
<optional> |
ID of the object (if contract already exists) |
options |
Object |
<optional> |
type: Version hash of the content type to associate with the object meta: Metadata to use for the new object |
Examples
async CreateContentObject({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS"
});
{
"id": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS",
"write_token": "tqw_CptizwXQkDyhr2bWaqoRe8xCn1PNoPbXg",
"type": ""
}
async CreateContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"options": {
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67",
"meta": {
"name": "Test Content Object",
"toMerge": {
"merge": "me"
},
"toReplace": {
"replace": "me"
},
"toDelete": {
"delete": "me"
}
},
"visibility": 100
}
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_QC1cYsXDDKAYYmisqmFSyJaZtLZrS9Pba",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async CreateContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"options": {
"meta": {
"name": "Test Object 3",
"otherKey": 7
}
}
});
{
"id": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"write_token": "tqw_8hPfkMKKxzi27HMsvjPJXfTARrQBfobJz",
"type": ""
}
async CreateContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"options": {
"meta": {
"name": "Test Object 6",
"otherKey": 4
}
}
});
{
"id": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"write_token": "tqw_8uFr1pRHLj9dQRdaP99oKAcfxL2kqR3ud",
"type": ""
}
async CreateContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"options": {
"meta": {
"name": "Test Object 10",
"otherKey": 0
}
}
});
{
"id": "iq__ssHKqoJXyNapAVAX5RDQoxbBVoE",
"write_token": "tqw_6PrJYQh3Nm58Jq7vwScNRPeaKWqLvcqJY",
"type": ""
}
async CreateContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"options": {
"meta": {
"name": "Test Object 4",
"otherKey": 6
}
}
});
{
"id": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"write_token": "tqw_FC2MCHkbAqqef2JvjhiEg8CHHYZc8m3Jh",
"type": ""
}
async CreateContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"options": {
"meta": {
"name": "Test Object 2",
"otherKey": 8
}
}
});
{
"id": "iq__2b2Jie3w2DFbZwuiTv5ifSXbEDXj",
"write_token": "tqw_D2XAN58qsntbaagMnKVbMt4k87yWi1vzL",
"type": ""
}
async CreateContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"options": {
"meta": {
"name": "Test Object 1",
"otherKey": 9
}
}
});
{
"id": "iq__3Ki7K351LE16SpxphTdEv3bfVv2G",
"write_token": "tqw_M1fhmiCsepvwLH6B1MncAKvA2bGEqVmR6",
"type": ""
}
async CreateContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"options": {
"meta": {
"name": "Test Object 9",
"otherKey": 1
}
}
});
{
"id": "iq__2U1ffdjjpWakNpvT6apUuajuuJpZ",
"write_token": "tqw_JtCmvT29o26HQZon1i5amVsNgbQhdNxU3",
"type": ""
}
async CreateContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"options": {
"meta": {
"name": "Test Object 8",
"otherKey": 2
}
}
});
{
"id": "iq__M2NQ7KtNKjXzx4HLbZwJrqKkTQM",
"write_token": "tqw_EMzYuUoCbvzHF7bqiVgtBST1z1BceDnL5",
"type": ""
}
async CreateContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"options": {
"meta": {
"name": "Test Object 7",
"otherKey": 3
}
}
});
{
"id": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"write_token": "tqw_8TpGgfRLKrp6FHxynfHCwSzCnTtkSd7kA",
"type": ""
}
async CreateContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"options": {
"meta": {
"name": "Test Object 5",
"otherKey": 5
}
}
});
{
"id": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"write_token": "tqw_AKohouBRP9LSXRGqeCYduih61pqAkFnvo",
"type": ""
}
async CreateContentObject({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"options": {
"type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
}
});
{
"id": "iq__26gUWeQaKPn9XBrvyHDQi5wP1hwx",
"write_token": "tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi",
"type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
}
async CreateContentObject({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"options": {
"type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
}
});
{
"id": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"write_token": "tqw_5GguoopBqsdB4y9DV2sJWdJrjkb9TwGCJ",
"type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
}
- Source:
async CreateContentSpace({name}) → Promise.<string>
Deploy a new content space contract
Parameters:
| Name | Type | Description |
|---|---|---|
name |
String |
Name of the content space |
- Source:
async CreateContentType({libraryIdoptional,name,metadata,bitcodeoptional}) → Promise.<string>
Create a new content type.
A new content type contract is deployed from
the content space, and that contract ID is used to determine the object ID to
create in the fabric. The content type object will be created in the special
content space library (ilib
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library in which to create the content type. If not specified, it will be created in the content space library |
name |
string |
Name of the content type |
|
metadata |
object |
Metadata for the new content type |
|
bitcode |
Blob | Buffer |
<optional> |
Bitcode to be used for the content type |
Example
- Source:
async CreateLinks({libraryId,objectId,writeToken,links})
Create links
Expected format of links:
[ { path: string (path to link) target: string (path to target file), targetHash: string (optional, for cross-object links) } ]
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library |
objectId |
string |
ID of the object |
writeToken |
string |
Write token of the draft |
links |
Array.<Object> |
Link specifications |
Example
async CreateLinks({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_HGdwQYNvQTE9YuWCA2AMCUoYRXze8KHB7",
"links": [
{
"target": "testDirectory/File 1",
"path": "myLink"
},
{
"target": "testDirectory/File 2",
"path": "links/myLink2"
}
]
});
<No Return Value>
- Source:
async CreatePart({libraryId,objectId,writeToken,encryptionoptional}) → Promise.<string>
Create a part upload draft
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
ID of the library |
||
objectId |
string |
ID of the object |
||
writeToken |
string |
Write token of the content object draft |
||
encryption |
string |
<optional> |
none |
Desired encryption scheme. Options: 'none (default)', 'cgck' |
Examples
async CreatePart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"writeToken": "tqw_Cxgvqe2bTSUThQR1Te2YdAePUsd1PMxeK",
"encryption": "none"
});
"tqpwGajkg852qPS2hc6nHcc6o69PtLrJfFKGo"
async CreatePart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_PobeAWQkUwnLx1QEekaKMJybhriBQeKwy",
"encryption": "none"
});
"tqpw7BoMEum8x9rtg49JtaJ8oRFRRbCK168NU"
async CreatePart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_BaC8YtTwSPshpKGNXvskGovaoC9SSEBTW",
"encryption": "cgck"
});
"tqpw3RR2ezipR8CoZfRLhHkiFcWVhVcxubcJw"
async CreatePart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7"
});
"tqpwQ42ndp9pEvV7AjWK1KJvkMWx15rkTg4Cy"
async CreatePart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"encryption": "cgck"
});
"tqpw7UZpiFV4NAndRwThfbUjZxjttXnYeGgT8"
- Source:
async CreateProductionMaster({libraryId,name,descriptionoptional,contentTypeName,metadataoptional,fileInfooptional,fileInfooptional,copyoptional,callbackoptional,accessoptional}) → Object
Create a master media content object with the given files.
- If uploading using local files, use fileInfo parameter (see UploadFiles for format)
- If uploading from S3 bucket, use access, filePath and copy, parameters (see UploadFilesFromS3 method)
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
ID of the library |
||
name |
string |
Name of the content |
||
description |
string |
<optional> |
Description of the content |
|
contentTypeName |
string |
Name of the content type to use |
||
metadata |
Object |
<optional> |
Additional metadata for the content object |
|
fileInfo |
Object |
<optional> |
Files to upload to (See UploadFiles/UploadFilesFromS3 method) |
|
fileInfo |
Object |
<optional> |
Files to upload via node.js stream (See UploadFileFromStream method) |
|
copy |
boolean |
<optional> |
false |
(S3) If specified, files will be copied from S3 |
callback |
function |
<optional> |
Progress callback for file upload (See UploadFiles/UploadFilesFromS3 method) |
|
access |
Object |
<optional> |
(S3) Region, bucket, access key and secret for S3
|
Throws:
-
error - If the initialization of the master fails, error details can be found in error.body
- Type
- Object
Example
async CreateProductionMaster({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"name": "Production Master Test",
"description": "Production Master Test Description",
"metadata": {
"test": "master"
},
"fileInfo": [
{
"path": "Video.mp4",
"mime_type": "video/mp4",
"size": 3738907,
"type": "file"
}
]
});
{
"errors": [],
"logs": [
"2019-11-11 22:44:56 Debug: avtest.initProdMaster()",
"2019-11-11 22:44:56 Info: Get list of files from object",
"2019-11-11 22:44:56 Info: 2 item(s) found in file list.",
"2019-11-11 22:44:56 Info: Skipping '.'",
"2019-11-11 22:44:56 Info: Analyzing Video.mp4",
"2019-11-11 22:44:56 Debug: getAvpReqCtx filePath=Video.mp4 qhot=tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi key=tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi.txAll.Video.mp4"
],
"warnings": [],
"id": "iq__26gUWeQaKPn9XBrvyHDQi5wP1hwx",
"hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"write_token": "tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi",
"type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
}
- Source:
CurrentAccountAddress() → string
Get the account address of the current signer
- Source:
async CustomContractAddress({libraryIdoptional,objectIdoptional,versionHashoptional}) → Promise.<string>|undefined
Get the custom contract of the specified object
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
objectId |
string |
<optional> |
ID of the object |
versionHash |
string |
<optional> |
Version hash of the object |
Example
- Source:
async DefaultKMSAddress() → Promise.<string>
Get the address of the default KMS of the content space
- Source:
async DeleteAccessGroup({contractAddress})
Delete an access group
Calls the kill method on the specified access group's contract
Parameters:
| Name | Type | Description |
|---|---|---|
contractAddress |
string |
The address of the access group contract |
Example
- Source:
async DeleteContentLibrary({libraryId})
Delete the specified content library
- DELETE /qlibs/:qlibid
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library to delete |
Example
- Source:
async DeleteContentObject({libraryId,objectId})
Delete specified content object
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library |
objectId |
string |
ID of the object |
Example
- Source:
async DeleteContentVersion({versionHashoptional})
Delete specified version of the content object
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
versionHash |
string |
<optional> |
Hash of the object version - if not specified, most recent version will be deleted |
Example
- Source:
async DeleteFiles({libraryId,objectId,writeToken,filePaths})
Delete the specified list of files/directories
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library |
objectId |
string |
ID of the object |
writeToken |
string |
Write token of the draft |
filePaths |
Array.<string> |
List of file paths to delete |
- Source:
async DeleteMetadata({libraryId,objectId,writeToken,metadataSubtreeoptional})
Delete content object metadata of specified subtree
- DELETE /qlibs/:qlibid/q/:write_token/meta
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the library |
|
objectId |
string |
ID of the object |
|
writeToken |
string |
Write token of the draft |
|
metadataSubtree |
string |
<optional> |
Subtree of the object metadata to modify
|
Example
- Source:
async DeletePart({libraryId,objectId,writeToken,partHash})
Delete the specified part from a content draft
- DELETE /qlibs/:qlibid/q/:write_token/parts/:qparthash
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library |
objectId |
string |
ID of the object |
writeToken |
string |
Write token of the content object draft |
partHash |
string |
Hash of the part to delete |
Examples
async DeletePart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_3osjvzozhaCGMmF32UCEH2VKkinqFfdHH",
"partHash": "hqp_Pt4cgjsJmkk1wZV4yuyw6cE58zidHKDvYy9RDQ5cWujtX7ob"
});
<No Return Value>
async DeletePart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_3osjvzozhaCGMmF32UCEH2VKkinqFfdHH",
"partHash": "hqp_98oTyxYcSNoYWD4KhBNhCW6Nhqttkg3XBfAGXPXsU5zuDrys"
});
<No Return Value>
- Source:
async DeployContract({abi,bytecode,constructorArgs,overridesoptional}) → Promise.<Object>
Deploy a contract from ABI and bytecode. This client's signer will be the owner of the contract.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
abi |
Object |
ABI of contract |
|
bytecode |
string |
Bytecode of the contract |
|
constructorArgs |
Array.<string> |
List of arguments to the contract constructor |
|
overrides |
Object |
<optional> |
Change default gasPrice or gasLimit used for this action |
Example
async DeployContract({
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "licensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "percentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_FINAL_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "partialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "new_owner",
"type": "address"
}
],
"name": "transferContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT_APPROVED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "licensing_fee",
"type": "uint256"
}
],
"name": "setLicensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "licensingStatus",
"outputs": [
{
"name": "percentComplete",
"type": "uint8"
},
{
"name": "licensingFee",
"type": "uint256"
},
{
"name": "licensingFeePaid",
"type": "uint256"
},
{
"name": "valid",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "partial_payment",
"type": "uint8"
}
],
"name": "setPartialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent_partial",
"type": "uint8"
}
],
"name": "setPercentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
}
],
"name": "reclaimContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "percent_complete",
"type": "uint8"
},
{
"name": "note",
"type": "string"
}
],
"name": "reviewContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "content",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PayCredit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"bytecode": "60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058203cd7cf68d58fc177b6a635bda8125ed3f471d66389e09531873c99f4f2cb84e50029",
"constructorArgs": []
});
{
"contractAddress": "0xf7ff9710f064341d4b0b063caec64cbd703b2c75",
"transactionHash": "0x801205031848dd9ab25cc342bc8201a043db6cbc77f1ad1c6580a868c348420e"
}
- Source:
async DownloadFile({libraryIdoptional,objectIdoptional,versionHashoptional,filePath,formatoptional}) → Promise.<ArrayBuffer>
Download a file from a content object
- GET /qlibs/:qlibid/q/:qhit/files/:filePath
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
|
objectId |
string |
<optional> |
ID of the object |
|
versionHash |
string |
<optional> |
Hash of the object version - if not specified, latest version will be used |
|
filePath |
string |
Path to the file to download |
||
format |
string |
<optional> |
"blob" |
Format in which to return the data ("blob" | "arraybuffer") |
Examples
async DownloadFile({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"filePath": "testDirectory/File 1",
"format": "arrayBuffer"
});
<ArrayBuffer 100000>
async DownloadFile({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"filePath": "testDirectory/File 2",
"format": "arrayBuffer"
});
<ArrayBuffer 100000>
async DownloadFile({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"filePath": "s3-copy",
"format": "arrayBuffer"
});
<ArrayBuffer 97944174>
- Source:
async DownloadPart({libraryIdoptional,objectIdoptional,versionHashoptional,partHash,formatoptional,chunkedoptional,chunkSizeoptional,callbackoptional}) → Promise.<ArrayBuffer>
Download a part from a content object. The fromByte and range parameters can be used to specify a specific section of the part to download.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
|
objectId |
string |
<optional> |
ID of the object |
|
versionHash |
string |
<optional> |
Hash of the object version - if not specified, latest version will be used |
|
partHash |
string |
Hash of the part to download |
||
format |
string |
<optional> |
"arrayBuffer" |
Format in which to return the data |
chunked |
boolean |
<optional> |
false |
If specified, part will be downloaded and decrypted in chunks. The specified callback will be invoked on completion of each chunk. This is recommended for large files, especially if they are encrypted. |
chunkSize |
number |
<optional> |
1000000 |
If doing chunked download, size of each chunk to fetch |
callback |
function |
<optional> |
Will be called on completion of each chunk
Note: If the part is encrypted, bytesFinished/bytesTotal will not exactly match the size of the data received. These values correspond to the size of the encrypted data - when decrypted, the part will be slightly smaller. |
Example
- Source:
async EditContentObject({libraryId,objectId,optionsoptional}) → Promise.<object>
Create a new content object draft from an existing object.
- POST /qlibs/:qlibid/qid/:objectid
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the library |
|
objectId |
string |
ID of the object |
|
options |
object |
<optional> |
meta: New metadata for the object - will be merged into existing metadata if specified |
Examples
async EditContentObject({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS"
});
{
"id": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS",
"write_token": "tqw_EjEExRb3Q5nD3Mix2yQ9hLCPpb86EQqbU",
"type": ""
}
async EditContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_D82nHJeATaoirUUZzMhTieyM7Ghgrvx6o",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async EditContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_KbRCTmNW2BYaEc6t2kSxTS48rWE4L26M1",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async EditContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_LFJkPGfDZycJoPLH8XcM3CPDbrV4gknV3",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async EditContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_CYjBmBdFfJ8PLycTCeHT1NbhsXWT1hC9f",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async EditContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_HGdwQYNvQTE9YuWCA2AMCUoYRXze8KHB7",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async EditContentObject({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__2xKLSTREbeKmtvNGymye7aBsPCJd",
"options": {
"type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
}
});
{
"id": "iq__2xKLSTREbeKmtvNGymye7aBsPCJd",
"write_token": "tqw_DcTXZT8YkYCabtY42pb7GC64ZxqSVzHSW",
"type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
}
async EditContentObject({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X"
});
{
"id": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"write_token": "tqw_HuXPPs7zKjGx1CAht2FVfszWitMZaMWXT",
"type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
}
async EditContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_BG3GQ4amZAtADJDePTzF1XQtov12yv5ge",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async EditContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_3osjvzozhaCGMmF32UCEH2VKkinqFfdHH",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
- Source:
async Encrypt({libraryId,objectId,writeToken,chunk}) → Promise.<ArrayBuffer>
Encrypt the specified chunk for the specified object or draft
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library |
objectId |
string |
ID of the object |
writeToken |
string |
Write token of the content object draft |
chunk |
Promise.<(ArrayBuffer|Buffer)> |
The data to encrypt |
- Source:
async EncryptionConk({libraryId,objectId,writeTokenoptional})
Retrieve the encryption conk for the specified object. If one has not yet been created and a writeToken has been specified, this method will create a new conk and save it to the draft metadata
Promise
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the library |
|
objectId |
string |
ID of the object |
|
writeToken |
string |
<optional> |
Write token of the content object draft |
Example
async EncryptionConk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
{
"secret_key": "kpsk11111111111111118TWGWDxWNe1p1FXriaCCSLYPod5YJotVQRZiek15aNB",
"public_key": "ktpkANER67fZQ6WgkYx773GQ1t8AXi8QwAGSXG7FPzvG8dUX67WrxwjdqXXUxxpSaxvJyZbMVYzGT4MgT4WmDYVDXVG9syHdbuTto8DnbWdU8dSvFgNGXVDWPxakFf8ViKgyXr69nsDMYwN32LJbiyXXxVFnauasE9seq93jB61GkBtWdCKW3CmUKKGP58jG3uS4mSapXfh448ju1bL3EbBzM1o8swwe7V7o8mTeqW3JGA7GuY6NW7aX4yWZ1noVKiFsBqkwSd3",
"symm_key": "kpsy9LoPR8zYpN437WJ88Ve3jG"
}
- Source:
async Events({toBlockoptional,fromBlockoptional,countoptional,includeTransactionoptional}) → Promise.<Array.<Array.<Object>>>
Get events from the blockchain in reverse chronological order, starting from toBlock. This will also attempt to identify and parse any known Eluvio contract methods. If successful, the method name, signature, and input values will be included in the log entry.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
toBlock |
number |
<optional> |
Limit results to events before the specified block (inclusive) - If not specified, will start from latest block |
|
fromBlock |
number |
<optional> |
Limit results to events after the specified block (inclusive) |
|
count |
number |
<optional> |
10 |
Max number of events to include (unless both toBlock and fromBlock are specified) |
includeTransaction |
boolean |
<optional> |
false |
If specified, more detailed transaction info will be included. Note: This requires two extra network calls per transaction, so it should not be used for very large ranges |
Examples
async Events({
"count": 5
});
[
[
{
"blockNumber": 117055,
"blockHash": "0xc698c3ce0c6f66631c9dad8ef0a07cd92dd556f762b908f04b23eacd2b8d633b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xabd118f6b0edf8e027d47dd2200432a1c32b4bbbb08378fee6400b5315594ee5",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"length": 2
}
}
],
[
{
"blockNumber": 117054,
"blockHash": "0x0f8018e55f5796b7e74239cd4f71a116f9c57a82615d151c8be172c2cea3dbc6",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xb8a69735a75bdd3e2482bfcaddd21272b0f3457347e23937f5ab3983e9fb5de7",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"length": 3
}
}
],
[
{
"blockNumber": 117053,
"blockHash": "0x098b36990a52c18508c346e631788ff3de1573772d7c51488e7c842c31da50d9",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e4b1000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0xaff8a7fb9e60c56df06e03daca67421b115a6d4627af747c42a4dc5eb25dfaf9",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e4b1"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e4b1"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 117052,
"blockHash": "0x77d05c28f764b33f653be5c07c7e581588197770f0fc9ab984d904e46af1aa60",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x145e6539d16d51e36fa19d527f0366f28da0362f281ffec073c1aabbdc9b80ae",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"objectHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"length": 1
}
}
],
[
{
"blockNumber": 117056,
"blockHash": "0x00e893ed3de83bc1d1e18c7e302e4d94c29a57963e92f77441aec24b4204a7c6",
"hash": "0x00e893ed3de83bc1d1e18c7e302e4d94c29a57963e92f77441aec24b4204a7c6",
"parentHash": "0xc698c3ce0c6f66631c9dad8ef0a07cd92dd556f762b908f04b23eacd2b8d633b",
"number": 117056,
"timestamp": 1573512372,
"nonce": "0x0000000000000000",
"difficulty": 2,
"gasLimit": {
"_hex": "0x1312d00"
},
"gasUsed": {
"_hex": "0x5230"
},
"miner": "0x0000000000000000000000000000000000000000",
"extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000edb3dacf8b391c2c10a36efef777d52a35d26bad7b5a737ad49c173808ad2a2b720faca4988dd874b0767f3c872eab2b30676d132f65a7951f837e2372bbede100",
"transactions": [
"0xc84047d758cc6f5b0741fcc82718612543d53cad3bff42b7d3c2b8335b46dd07"
],
"transactionHash": "0xc84047d758cc6f5b0741fcc82718612543d53cad3bff42b7d3c2b8335b46dd07"
}
]
]
async Events({
"count": 20
});
[
[
{
"blockNumber": 117055,
"blockHash": "0xc698c3ce0c6f66631c9dad8ef0a07cd92dd556f762b908f04b23eacd2b8d633b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xabd118f6b0edf8e027d47dd2200432a1c32b4bbbb08378fee6400b5315594ee5",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"length": 2
}
}
],
[
{
"blockNumber": 117054,
"blockHash": "0x0f8018e55f5796b7e74239cd4f71a116f9c57a82615d151c8be172c2cea3dbc6",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xb8a69735a75bdd3e2482bfcaddd21272b0f3457347e23937f5ab3983e9fb5de7",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"length": 3
}
}
],
[
{
"blockNumber": 117053,
"blockHash": "0x098b36990a52c18508c346e631788ff3de1573772d7c51488e7c842c31da50d9",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e4b1000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0xaff8a7fb9e60c56df06e03daca67421b115a6d4627af747c42a4dc5eb25dfaf9",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e4b1"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e4b1"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 117052,
"blockHash": "0x77d05c28f764b33f653be5c07c7e581588197770f0fc9ab984d904e46af1aa60",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x145e6539d16d51e36fa19d527f0366f28da0362f281ffec073c1aabbdc9b80ae",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"objectHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"length": 1
}
}
],
[
{
"blockNumber": 117051,
"blockHash": "0x3f0cb6e8008452efa296a38269329ffd4fcda26df4fda37db8763ca0b2e1a342",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x000000000000000000000000f7ff9710f064341d4b0b063caec64cbd703b2c75",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x0c95bceb619bef80a651d06c27ec95fc4f3bdbc8741796e29e92c2316a071235",
"logIndex": 0,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"contentContractAddress": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117049,
"blockHash": "0xaae549cab2b5c9e63ebfec8e03b96b449c91ad7808a8562559eec64bf3e1a81d",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
"topics": [
"0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
],
"transactionHash": "0x79135cd3efb6bc73896692e3411dd59a5be8d32b61d1aeeae4bfd89e54879bf0",
"logIndex": 0,
"decode": "<function>",
"name": "AccessComplete",
"signature": "AccessComplete(uint256,uint256,bool)",
"topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
"values": {
"0": {
"_hex": "0x03"
},
"1": {
"_hex": "0x5a"
},
"2": true,
"requestID": {
"_hex": "0x03"
},
"scorePct": {
"_hex": "0x5a"
},
"customContractResult": true,
"length": 3
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117048,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d420000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"logIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x03"
},
"1": 0,
"2": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x03"
},
"level": 0,
"contentHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
},
"contract": "BaseContent"
},
{
"blockNumber": 117048,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"logIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 117048,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"logIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117047,
"blockHash": "0x1bf1dfec792490bbeef113c1ddcb6056885bbb4b823cac23e693453cfb3a048e",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
"topics": [
"0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
],
"transactionHash": "0xb2b28a59b863a78696de2eb8a4274e94a375a9c1dbc715ffe359ea823c4df960",
"logIndex": 0,
"decode": "<function>",
"name": "SetAccessCharge",
"signature": "SetAccessCharge(uint256)",
"topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
"values": {
"0": {
"_hex": "0x06f05b59d3b20000"
},
"accessCharge": {
"_hex": "0x06f05b59d3b20000"
},
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117046,
"blockHash": "0xef4e3ec3ac25df4e00f1853a576a6cc15cec1f65b035ad24f3e7b8435683f770",
"hash": "0xef4e3ec3ac25df4e00f1853a576a6cc15cec1f65b035ad24f3e7b8435683f770",
"parentHash": "0x9ba6bd621e84b482de949759adcaea1d269cb9cf85323fde1ebd881472bb20e5",
"number": 117046,
"timestamp": 1573512360,
"nonce": "0x0000000000000000",
"difficulty": 2,
"gasLimit": {
"_hex": "0x1312d00"
},
"gasUsed": {
"_hex": "0x6dd2"
},
"miner": "0x0000000000000000000000000000000000000000",
"extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000da10f9c559b1801cac2fe9be0bb237f8a83a151198ca7903c176dbfd8d1ba8ea03c9f4735e97337d8365620bb8ec4a705fb6f148c69de467a55991ed31988e1e01",
"transactions": [
"0x1f6c1be4be86543814d584b86b4180dbf5e3a07463abc790d49456fe2db25731"
],
"transactionHash": "0x1f6c1be4be86543814d584b86b4180dbf5e3a07463abc790d49456fe2db25731"
}
],
[
{
"blockNumber": 117045,
"blockHash": "0x9ba6bd621e84b482de949759adcaea1d269cb9cf85323fde1ebd881472bb20e5",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f484372354d696d7061667770665339467a7552363645413455784532336d425154753137624731666250314839556e37756b58796334454534504d6a6e6d6d6978636266767133335958000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xbf965f8a6b7da7599cfaf091ee4719d5379b3d80f7f52e3b4914f3c34b362093",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"length": 2
}
}
],
[
{
"blockNumber": 117044,
"blockHash": "0xf31dc31a2984a540c590bd025c0bc3dc4deaed28c51aeed9d57fdb158a28dffe",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f484372354d696d7061667770665339467a7552363645413455784532336d425154753137624731666250314839556e37756b58796334454534504d6a6e6d6d6978636266767133335958000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xa050ec5f29054553427ea11a5defce04c7e1a0426259772e704164a91636026e",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"2": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"objectHash": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"length": 3
}
}
],
[
{
"blockNumber": 117043,
"blockHash": "0x8c281db2b8aed0befafc8f8e56814bfdf4ecf5ca67ca0415540f4c54b9e0a485",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e47f000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x3c22bead0550b03b7a5d4d2b1c39b956e81e32ce83daffbc5dea5bfad4bcbdb5",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e47f"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d36b5d9"
},
"timestamp": {
"_hex": "0x5dc9e47f"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d36b5d9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 117042,
"blockHash": "0xde7137ea2eaff1d1263487876a04da6e18c15b5d9d66ad8be762709a683bdb70",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e475000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x9616c53c75abc9316680121e5343d3445890ff9b3e4d832ff56cc6582369378a",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e475"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e475"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 117041,
"blockHash": "0x12764edd517886fd90194c290ef6dc1dde3352e8c3f257e7b76ea6828a0821dd",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f45337a335a5a704d3858534b6a35505a53396471585259525357786848724b4b426e573148675339665565775975796f584a516352757a4d5835446b6f5032684e325432424c53733446000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x96fdffca66d7d6edd041df3a363e82285e43506be24bcd571de680a442dd04ff",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"length": 2
}
}
],
[
{
"blockNumber": 117040,
"blockHash": "0xa0168659c8d4de2ad37cdcac2d4f9306b0255b9229ca471ca721c1e42156da25",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f45337a335a5a704d3858534b6a35505a53396471585259525357786848724b4b426e573148675339665565775975796f584a516352757a4d5835446b6f5032684e325432424c53733446000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xd37a57841b95b3918e54254df54d0a79ec65694b4e4d0cdba730d1e87fd8c915",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"2": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"objectHash": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"length": 3
}
}
],
[
{
"blockNumber": 117039,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a697875380000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x01"
},
"1": 0,
"2": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x01"
},
"level": 0,
"contentHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
},
"contract": "BaseContent"
},
{
"blockNumber": 117039,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 117039,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117038,
"blockHash": "0xb6301fdd06bb8ba22973c0154f99df22c490bc9e1850868fa1431f1b8b917d3c",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"transactionHash": "0x77e6ef517cbdce2ee9c0a688ca206043b9edeac89cef7867692b5f811f560f6c",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
[
{
"blockNumber": 117037,
"blockHash": "0xef97452f2e003603cf30c170749fe1b252e1466a1493c572d5354ee49e4d1d8c",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x25dd226152a4b4e1f8a419a8834dc71237bbd8538ba7c1f29ac426b3eba963ca",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 117056,
"blockHash": "0x00e893ed3de83bc1d1e18c7e302e4d94c29a57963e92f77441aec24b4204a7c6",
"hash": "0x00e893ed3de83bc1d1e18c7e302e4d94c29a57963e92f77441aec24b4204a7c6",
"parentHash": "0xc698c3ce0c6f66631c9dad8ef0a07cd92dd556f762b908f04b23eacd2b8d633b",
"number": 117056,
"timestamp": 1573512372,
"nonce": "0x0000000000000000",
"difficulty": 2,
"gasLimit": {
"_hex": "0x1312d00"
},
"gasUsed": {
"_hex": "0x5230"
},
"miner": "0x0000000000000000000000000000000000000000",
"extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000edb3dacf8b391c2c10a36efef777d52a35d26bad7b5a737ad49c173808ad2a2b720faca4988dd874b0767f3c872eab2b30676d132f65a7951f837e2372bbede100",
"transactions": [
"0xc84047d758cc6f5b0741fcc82718612543d53cad3bff42b7d3c2b8335b46dd07"
],
"transactionHash": "0xc84047d758cc6f5b0741fcc82718612543d53cad3bff42b7d3c2b8335b46dd07"
}
],
[
{
"blockNumber": 117050,
"blockHash": "0x0beed7162078323ed17cc965e8b315f1f555611b66d4cba87f623a17d668c56f",
"hash": "0x0beed7162078323ed17cc965e8b315f1f555611b66d4cba87f623a17d668c56f",
"parentHash": "0xaae549cab2b5c9e63ebfec8e03b96b449c91ad7808a8562559eec64bf3e1a81d",
"number": 117050,
"timestamp": 1573512366,
"nonce": "0x0000000000000000",
"difficulty": 2,
"gasLimit": {
"_hex": "0x1312d00"
},
"gasUsed": {
"_hex": "0x18dce8"
},
"miner": "0x0000000000000000000000000000000000000000",
"extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000cbaacbf4595ee3a66993e70c6510845a8c4742b46086e55e1d2b01f75b8898b37e4ada61e9b08f8eb7660ee84e936673ca4643e95bacc51479aa34118450e56701",
"transactions": [
"0x801205031848dd9ab25cc342bc8201a043db6cbc77f1ad1c6580a868c348420e"
],
"transactionHash": "0x801205031848dd9ab25cc342bc8201a043db6cbc77f1ad1c6580a868c348420e"
}
]
]
async Events({
"count": 0
});
[]
async Events({
"fromBlock": 117051
});
[
[
{
"blockNumber": 117055,
"blockHash": "0xc698c3ce0c6f66631c9dad8ef0a07cd92dd556f762b908f04b23eacd2b8d633b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xabd118f6b0edf8e027d47dd2200432a1c32b4bbbb08378fee6400b5315594ee5",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"length": 2
}
}
],
[
{
"blockNumber": 117054,
"blockHash": "0x0f8018e55f5796b7e74239cd4f71a116f9c57a82615d151c8be172c2cea3dbc6",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xb8a69735a75bdd3e2482bfcaddd21272b0f3457347e23937f5ab3983e9fb5de7",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"length": 3
}
}
],
[
{
"blockNumber": 117053,
"blockHash": "0x098b36990a52c18508c346e631788ff3de1573772d7c51488e7c842c31da50d9",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e4b1000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0xaff8a7fb9e60c56df06e03daca67421b115a6d4627af747c42a4dc5eb25dfaf9",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e4b1"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e4b1"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 117052,
"blockHash": "0x77d05c28f764b33f653be5c07c7e581588197770f0fc9ab984d904e46af1aa60",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x145e6539d16d51e36fa19d527f0366f28da0362f281ffec073c1aabbdc9b80ae",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"objectHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"length": 1
}
}
],
[
{
"blockNumber": 117051,
"blockHash": "0x3f0cb6e8008452efa296a38269329ffd4fcda26df4fda37db8763ca0b2e1a342",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x000000000000000000000000f7ff9710f064341d4b0b063caec64cbd703b2c75",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x0c95bceb619bef80a651d06c27ec95fc4f3bdbc8741796e29e92c2316a071235",
"logIndex": 0,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"contentContractAddress": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117056,
"blockHash": "0x00e893ed3de83bc1d1e18c7e302e4d94c29a57963e92f77441aec24b4204a7c6",
"hash": "0x00e893ed3de83bc1d1e18c7e302e4d94c29a57963e92f77441aec24b4204a7c6",
"parentHash": "0xc698c3ce0c6f66631c9dad8ef0a07cd92dd556f762b908f04b23eacd2b8d633b",
"number": 117056,
"timestamp": 1573512372,
"nonce": "0x0000000000000000",
"difficulty": 2,
"gasLimit": {
"_hex": "0x1312d00"
},
"gasUsed": {
"_hex": "0x5230"
},
"miner": "0x0000000000000000000000000000000000000000",
"extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000edb3dacf8b391c2c10a36efef777d52a35d26bad7b5a737ad49c173808ad2a2b720faca4988dd874b0767f3c872eab2b30676d132f65a7951f837e2372bbede100",
"transactions": [
"0xc84047d758cc6f5b0741fcc82718612543d53cad3bff42b7d3c2b8335b46dd07"
],
"transactionHash": "0xc84047d758cc6f5b0741fcc82718612543d53cad3bff42b7d3c2b8335b46dd07"
}
]
]
async Events({
"toBlock": 117046,
"fromBlock": 117036
});
[
[
{
"blockNumber": 117045,
"blockHash": "0x9ba6bd621e84b482de949759adcaea1d269cb9cf85323fde1ebd881472bb20e5",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f484372354d696d7061667770665339467a7552363645413455784532336d425154753137624731666250314839556e37756b58796334454534504d6a6e6d6d6978636266767133335958000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xbf965f8a6b7da7599cfaf091ee4719d5379b3d80f7f52e3b4914f3c34b362093",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"length": 2
}
}
],
[
{
"blockNumber": 117044,
"blockHash": "0xf31dc31a2984a540c590bd025c0bc3dc4deaed28c51aeed9d57fdb158a28dffe",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f484372354d696d7061667770665339467a7552363645413455784532336d425154753137624731666250314839556e37756b58796334454534504d6a6e6d6d6978636266767133335958000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xa050ec5f29054553427ea11a5defce04c7e1a0426259772e704164a91636026e",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"2": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"objectHash": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"length": 3
}
}
],
[
{
"blockNumber": 117043,
"blockHash": "0x8c281db2b8aed0befafc8f8e56814bfdf4ecf5ca67ca0415540f4c54b9e0a485",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e47f000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x3c22bead0550b03b7a5d4d2b1c39b956e81e32ce83daffbc5dea5bfad4bcbdb5",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e47f"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d36b5d9"
},
"timestamp": {
"_hex": "0x5dc9e47f"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d36b5d9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 117042,
"blockHash": "0xde7137ea2eaff1d1263487876a04da6e18c15b5d9d66ad8be762709a683bdb70",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e475000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x9616c53c75abc9316680121e5343d3445890ff9b3e4d832ff56cc6582369378a",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e475"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e475"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 117041,
"blockHash": "0x12764edd517886fd90194c290ef6dc1dde3352e8c3f257e7b76ea6828a0821dd",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f45337a335a5a704d3858534b6a35505a53396471585259525357786848724b4b426e573148675339665565775975796f584a516352757a4d5835446b6f5032684e325432424c53733446000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x96fdffca66d7d6edd041df3a363e82285e43506be24bcd571de680a442dd04ff",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"length": 2
}
}
],
[
{
"blockNumber": 117040,
"blockHash": "0xa0168659c8d4de2ad37cdcac2d4f9306b0255b9229ca471ca721c1e42156da25",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f45337a335a5a704d3858534b6a35505a53396471585259525357786848724b4b426e573148675339665565775975796f584a516352757a4d5835446b6f5032684e325432424c53733446000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xd37a57841b95b3918e54254df54d0a79ec65694b4e4d0cdba730d1e87fd8c915",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"2": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"objectHash": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"length": 3
}
}
],
[
{
"blockNumber": 117039,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a697875380000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x01"
},
"1": 0,
"2": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x01"
},
"level": 0,
"contentHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
},
"contract": "BaseContent"
},
{
"blockNumber": 117039,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 117039,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117038,
"blockHash": "0xb6301fdd06bb8ba22973c0154f99df22c490bc9e1850868fa1431f1b8b917d3c",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"transactionHash": "0x77e6ef517cbdce2ee9c0a688ca206043b9edeac89cef7867692b5f811f560f6c",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
[
{
"blockNumber": 117037,
"blockHash": "0xef97452f2e003603cf30c170749fe1b252e1466a1493c572d5354ee49e4d1d8c",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x25dd226152a4b4e1f8a419a8834dc71237bbd8538ba7c1f29ac426b3eba963ca",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"contentAddress": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c00000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"containingLibrary": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117046,
"blockHash": "0xef4e3ec3ac25df4e00f1853a576a6cc15cec1f65b035ad24f3e7b8435683f770",
"hash": "0xef4e3ec3ac25df4e00f1853a576a6cc15cec1f65b035ad24f3e7b8435683f770",
"parentHash": "0x9ba6bd621e84b482de949759adcaea1d269cb9cf85323fde1ebd881472bb20e5",
"number": 117046,
"timestamp": 1573512360,
"nonce": "0x0000000000000000",
"difficulty": 2,
"gasLimit": {
"_hex": "0x1312d00"
},
"gasUsed": {
"_hex": "0x6dd2"
},
"miner": "0x0000000000000000000000000000000000000000",
"extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000da10f9c559b1801cac2fe9be0bb237f8a83a151198ca7903c176dbfd8d1ba8ea03c9f4735e97337d8365620bb8ec4a705fb6f148c69de467a55991ed31988e1e01",
"transactions": [
"0x1f6c1be4be86543814d584b86b4180dbf5e3a07463abc790d49456fe2db25731"
],
"transactionHash": "0x1f6c1be4be86543814d584b86b4180dbf5e3a07463abc790d49456fe2db25731"
}
]
]
async Events({
"count": 100,
"includeTransaction": false
});
[
[
{
"blockNumber": 117055,
"blockHash": "0xc698c3ce0c6f66631c9dad8ef0a07cd92dd556f762b908f04b23eacd2b8d633b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xabd118f6b0edf8e027d47dd2200432a1c32b4bbbb08378fee6400b5315594ee5",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"length": 2
}
}
],
[
{
"blockNumber": 117054,
"blockHash": "0x0f8018e55f5796b7e74239cd4f71a116f9c57a82615d151c8be172c2cea3dbc6",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xb8a69735a75bdd3e2482bfcaddd21272b0f3457347e23937f5ab3983e9fb5de7",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"length": 3
}
}
],
[
{
"blockNumber": 117053,
"blockHash": "0x098b36990a52c18508c346e631788ff3de1573772d7c51488e7c842c31da50d9",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e4b1000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0xaff8a7fb9e60c56df06e03daca67421b115a6d4627af747c42a4dc5eb25dfaf9",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e4b1"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e4b1"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 117052,
"blockHash": "0x77d05c28f764b33f653be5c07c7e581588197770f0fc9ab984d904e46af1aa60",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x145e6539d16d51e36fa19d527f0366f28da0362f281ffec073c1aabbdc9b80ae",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"objectHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"length": 1
}
}
],
[
{
"blockNumber": 117051,
"blockHash": "0x3f0cb6e8008452efa296a38269329ffd4fcda26df4fda37db8763ca0b2e1a342",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x000000000000000000000000f7ff9710f064341d4b0b063caec64cbd703b2c75",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x0c95bceb619bef80a651d06c27ec95fc4f3bdbc8741796e29e92c2316a071235",
"logIndex": 0,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"contentContractAddress": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117049,
"blockHash": "0xaae549cab2b5c9e63ebfec8e03b96b449c91ad7808a8562559eec64bf3e1a81d",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
"topics": [
"0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
],
"transactionHash": "0x79135cd3efb6bc73896692e3411dd59a5be8d32b61d1aeeae4bfd89e54879bf0",
"logIndex": 0,
"decode": "<function>",
"name": "AccessComplete",
"signature": "AccessComplete(uint256,uint256,bool)",
"topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
"values": {
"0": {
"_hex": "0x03"
},
"1": {
"_hex": "0x5a"
},
"2": true,
"requestID": {
"_hex": "0x03"
},
"scorePct": {
"_hex": "0x5a"
},
"customContractResult": true,
"length": 3
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117048,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d420000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"logIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x03"
},
"1": 0,
"2": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x03"
},
"level": 0,
"contentHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
},
"contract": "BaseContent"
},
{
"blockNumber": 117048,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"logIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 117048,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"logIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117047,
"blockHash": "0x1bf1dfec792490bbeef113c1ddcb6056885bbb4b823cac23e693453cfb3a048e",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
"topics": [
"0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
],
"transactionHash": "0xb2b28a59b863a78696de2eb8a4274e94a375a9c1dbc715ffe359ea823c4df960",
"logIndex": 0,
"decode": "<function>",
"name": "SetAccessCharge",
"signature": "SetAccessCharge(uint256)",
"topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
"values": {
"0": {
"_hex": "0x06f05b59d3b20000"
},
"accessCharge": {
"_hex": "0x06f05b59d3b20000"
},
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117056,
"blockHash": "0x00e893ed3de83bc1d1e18c7e302e4d94c29a57963e92f77441aec24b4204a7c6",
"hash": "0x00e893ed3de83bc1d1e18c7e302e4d94c29a57963e92f77441aec24b4204a7c6",
"parentHash": "0xc698c3ce0c6f66631c9dad8ef0a07cd92dd556f762b908f04b23eacd2b8d633b",
"number": 117056,
"timestamp": 1573512372,
"nonce": "0x0000000000000000",
"difficulty": 2,
"gasLimit": {
"_hex": "0x1312d00"
},
"gasUsed": {
"_hex": "0x5230"
},
"miner": "0x0000000000000000000000000000000000000000",
"extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000edb3dacf8b391c2c10a36efef777d52a35d26bad7b5a737ad49c173808ad2a2b720faca4988dd874b0767f3c872eab2b30676d132f65a7951f837e2372bbede100",
"transactions": [
"0xc84047d758cc6f5b0741fcc82718612543d53cad3bff42b7d3c2b8335b46dd07"
],
"transactionHash": "0xc84047d758cc6f5b0741fcc82718612543d53cad3bff42b7d3c2b8335b46dd07"
}
],
[
{
"blockNumber": 117045,
"blockHash": "0x9ba6bd621e84b482de949759adcaea1d269cb9cf85323fde1ebd881472bb20e5",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f484372354d696d7061667770665339467a7552363645413455784532336d425154753137624731666250314839556e37756b58796334454534504d6a6e6d6d6978636266767133335958000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xbf965f8a6b7da7599cfaf091ee4719d5379b3d80f7f52e3b4914f3c34b362093",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"length": 2
}
}
],
[
{
"blockNumber": 117044,
"blockHash": "0xf31dc31a2984a540c590bd025c0bc3dc4deaed28c51aeed9d57fdb158a28dffe",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f484372354d696d7061667770665339467a7552363645413455784532336d425154753137624731666250314839556e37756b58796334454534504d6a6e6d6d6978636266767133335958000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xa050ec5f29054553427ea11a5defce04c7e1a0426259772e704164a91636026e",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"2": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"objectHash": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"length": 3
}
}
],
[
{
"blockNumber": 117043,
"blockHash": "0x8c281db2b8aed0befafc8f8e56814bfdf4ecf5ca67ca0415540f4c54b9e0a485",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e47f000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x3c22bead0550b03b7a5d4d2b1c39b956e81e32ce83daffbc5dea5bfad4bcbdb5",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e47f"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d36b5d9"
},
"timestamp": {
"_hex": "0x5dc9e47f"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d36b5d9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 117042,
"blockHash": "0xde7137ea2eaff1d1263487876a04da6e18c15b5d9d66ad8be762709a683bdb70",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e475000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x9616c53c75abc9316680121e5343d3445890ff9b3e4d832ff56cc6582369378a",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e475"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e475"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 117041,
"blockHash": "0x12764edd517886fd90194c290ef6dc1dde3352e8c3f257e7b76ea6828a0821dd",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f45337a335a5a704d3858534b6a35505a53396471585259525357786848724b4b426e573148675339665565775975796f584a516352757a4d5835446b6f5032684e325432424c53733446000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x96fdffca66d7d6edd041df3a363e82285e43506be24bcd571de680a442dd04ff",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"length": 2
}
}
],
[
{
"blockNumber": 117040,
"blockHash": "0xa0168659c8d4de2ad37cdcac2d4f9306b0255b9229ca471ca721c1e42156da25",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f45337a335a5a704d3858534b6a35505a53396471585259525357786848724b4b426e573148675339665565775975796f584a516352757a4d5835446b6f5032684e325432424c53733446000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xd37a57841b95b3918e54254df54d0a79ec65694b4e4d0cdba730d1e87fd8c915",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"2": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"objectHash": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"length": 3
}
}
],
[
{
"blockNumber": 117039,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a697875380000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x01"
},
"1": 0,
"2": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x01"
},
"level": 0,
"contentHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
},
"contract": "BaseContent"
},
{
"blockNumber": 117039,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 117039,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117038,
"blockHash": "0xb6301fdd06bb8ba22973c0154f99df22c490bc9e1850868fa1431f1b8b917d3c",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"transactionHash": "0x77e6ef517cbdce2ee9c0a688ca206043b9edeac89cef7867692b5f811f560f6c",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
[
{
"blockNumber": 117037,
"blockHash": "0xef97452f2e003603cf30c170749fe1b252e1466a1493c572d5354ee49e4d1d8c",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x25dd226152a4b4e1f8a419a8834dc71237bbd8538ba7c1f29ac426b3eba963ca",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"contentAddress": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c00000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"containingLibrary": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117035,
"blockHash": "0x0a8ebc3651b44a2935ddec7992ecba6d3de49f0dee8e63ece018bbf1e095ea48",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a69787538000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xe234477f31d27d2267ca4b607e4f5932d40ba82dd8c221955a2f523db3a8eac7",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"length": 2
}
}
],
[
{
"blockNumber": 117034,
"blockHash": "0x9c0be0097ab87183d29906534ec9fe5ab97f8616481ba5367343fd77ccda7bf0",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a69787538000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x94b69b7b86c2e8fd576a585493e993288f10ed7410edbf9de92efc4b3dde2c6e",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"2": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"objectHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"length": 3
}
}
],
[
{
"blockNumber": 117033,
"blockHash": "0x338d680716a5c57d1d4b103b9bf7f375b49a56784df43a03b115d3b8107377af",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xa92cdecb935b85f7ac6bffe9613bd22c6124e1477350bd3b522bca2d385e5556",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 117032,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"1": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"content_type": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 117032,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"contentAddress": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 117032,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb300000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 117032,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 117032,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 117032,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"containingLibrary": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117031,
"blockHash": "0x05906e7b10071b1ac1652a728c107499a410ef67fbbabd9f59a23cf9ed5186c5",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f6e484c486b695261667147666e7a4d4341435664347776344e6a485a6b5678346a374842445357356e39484e586f59386d5a59436f73663758794567386671507672416f644b416b3900000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xa038504c4f38ec28f0e53e20a4c4b2cd8fa983eb2e297741ca2039ef7aa4dd25",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__nHLHkiRafqGfnzMCACVd4wv4NjHZkVx4j7HBDSW5n9HNXoY8mZYCosf7XyEg8fqPvrAodKAk9",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__nHLHkiRafqGfnzMCACVd4wv4NjHZkVx4j7HBDSW5n9HNXoY8mZYCosf7XyEg8fqPvrAodKAk9",
"length": 2
}
}
],
[
{
"blockNumber": 117030,
"blockHash": "0xd9c7c2a6162782a39f2d09eeb2609df0bd4df51d6fa13fc40e631f6735ed666c",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f6e484c486b695261667147666e7a4d4341435664347776344e6a485a6b5678346a374842445357356e39484e586f59386d5a59436f73663758794567386671507672416f644b416b3900000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x180a759e9392eab18d981554dc9653f8ca883e4203ab7f896a40557dadca7e75",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"2": "hq__nHLHkiRafqGfnzMCACVd4wv4NjHZkVx4j7HBDSW5n9HNXoY8mZYCosf7XyEg8fqPvrAodKAk9",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__nHLHkiRafqGfnzMCACVd4wv4NjHZkVx4j7HBDSW5n9HNXoY8mZYCosf7XyEg8fqPvrAodKAk9",
"length": 3
}
}
],
[
{
"blockNumber": 117029,
"blockHash": "0x9c14124164169273f2406399facf7006bf9b289758b78551d452f5740786e603",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xdb68e526d525e9c319efbd6ac61bd7667c884f9f800924413f619ae01cab333f",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 117028,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"topics": [
"0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
],
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"logIndex": 2,
"decode": "<function>",
"name": "CreateLibrary",
"signature": "CreateLibrary(address)",
"topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
"values": {
"0": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"libraryAddress": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 117028,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a00000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"logIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 117028,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"logIndex": 0,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
}
],
[
{
"blockNumber": 117027,
"blockHash": "0x5076b81217983c1d982b7bbabdd3fd2ca316addc6e501d32bfabe778dca0db23",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xe818fb822e5a28683526135ede69ed157deb7fbfdc0424a8d36feec9d0537448",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"length": 2
}
}
],
[
{
"blockNumber": 117026,
"blockHash": "0x4ec9a0e6ed34dab6c6d7f460171a7abdca0f741a82794973f83e1d76ce7b5c7d",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xd89748a99c890a12c6805ecdea39a926a01fe55fed646d0169be23597a184d3c",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"length": 3
}
}
],
[
{
"blockNumber": 117025,
"blockHash": "0x72c4de7c9c338910529b0ee60d3eca9063fcf275e75d5adeeba001303f8e85f5",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4d4735575a33524645354d31764673694a5a3977534275476d777a33726d56447862694b3631384358366d34343148556b373955345a5a3856616a704e32436f426a6444467474464171000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x11b27b941ae37fcd638178f3c2714bca77bad6ae5a0968713b7e8fd5e94007ae",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__MG5WZ3RFE5M1vFsiJZ9wSBuGmwz3rmVDxbiK618CX6m441HUk79U4ZZ8VajpN2CoBjdDFttFAq",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__MG5WZ3RFE5M1vFsiJZ9wSBuGmwz3rmVDxbiK618CX6m441HUk79U4ZZ8VajpN2CoBjdDFttFAq",
"length": 2
}
}
],
[
{
"blockNumber": 117024,
"blockHash": "0x63920aa396014788a0e8e9e1710e89589f0b57df6db8c1140d28e5a187024d4e",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4d4735575a33524645354d31764673694a5a3977534275476d777a33726d56447862694b3631384358366d34343148556b373955345a5a3856616a704e32436f426a6444467474464171000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x70bbe2de4c65586fbd3d568b62711c53e88c83550c1ffc4c22abd73196bcac82",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__MG5WZ3RFE5M1vFsiJZ9wSBuGmwz3rmVDxbiK618CX6m441HUk79U4ZZ8VajpN2CoBjdDFttFAq",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__MG5WZ3RFE5M1vFsiJZ9wSBuGmwz3rmVDxbiK618CX6m441HUk79U4ZZ8VajpN2CoBjdDFttFAq",
"length": 3
}
}
],
[
{
"blockNumber": 117023,
"blockHash": "0x84b29d3bfdbaafcda8dcdb8f11f35b3786d626b98ba76a0a3627820f80f5dcec",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3477644853587152416a70747461527838486d42726359714a537236474139666d3372454a38715146596a41347031387a3861433974324366434b657a454344766d7336484a446f7358000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x7729d917ce78859638a031fb9a8ab74b8791a97183ac0077fca88f611084d272",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__4wdHSXqRAjpttaRx8HmBrcYqJSr6GA9fm3rEJ8qQFYjA4p18z8aC9t2CfCKezECDvms6HJDosX",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__4wdHSXqRAjpttaRx8HmBrcYqJSr6GA9fm3rEJ8qQFYjA4p18z8aC9t2CfCKezECDvms6HJDosX",
"length": 2
}
}
],
[
{
"blockNumber": 117022,
"blockHash": "0x94ec1ab5e77bc8034a2b3cfd39655b759cba956f11e091005c3291b0989dcc76",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e443000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0xcfae31370b9115e9deebcc9caa5785d1e97b48f87554301d96a9d4803348ae31",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e443"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d36b5d9"
},
"timestamp": {
"_hex": "0x5dc9e443"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d36b5d9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 117021,
"blockHash": "0xc4cc71e5add03d844662e255854927a6c8f5ad319b7d851f613b7c9edb5f7418",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3477644853587152416a70747461527838486d42726359714a537236474139666d3372454a38715146596a41347031387a3861433974324366434b657a454344766d7336484a446f7358000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xb9f720e217cf0eb4d16619747a20098edc0bdb5b766581a3c82985d9f3eea8d0",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__4wdHSXqRAjpttaRx8HmBrcYqJSr6GA9fm3rEJ8qQFYjA4p18z8aC9t2CfCKezECDvms6HJDosX",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__4wdHSXqRAjpttaRx8HmBrcYqJSr6GA9fm3rEJ8qQFYjA4p18z8aC9t2CfCKezECDvms6HJDosX",
"length": 3
}
}
],
[
{
"blockNumber": 117020,
"blockHash": "0xcc881c74171ab94b4de2d0cc23b9ee19d30b8df99411d31169b453170ac0afca",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3538394c585662594877744747725343764a784a457a344d377070564437323661736e746737517845324474414d4b3379504b696773657941704a6554794763695a424d646536316139000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xa523e6f2a587d9de13e83877512045cae99513427007f1e05f4f33ff93a6629b",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__589LXVbYHwtGGrSCvJxJEz4M7ppVD726asntg7QxE2DtAMK3yPKigseyApJeTyGciZBMde61a9",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__589LXVbYHwtGGrSCvJxJEz4M7ppVD726asntg7QxE2DtAMK3yPKigseyApJeTyGciZBMde61a9",
"length": 2
}
}
],
[
{
"blockNumber": 117019,
"blockHash": "0x96fe63d0910717c34a9f1287cbe7e9c14e6dc3252f519f074dd5803f9e7047e1",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3538394c585662594877744747725343764a784a457a344d377070564437323661736e746737517845324474414d4b3379504b696773657941704a6554794763695a424d646536316139000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x12aacb74fabd4a87bae664530a33b47939007b3b17dd5d03c76f3d5b9e232ce1",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__589LXVbYHwtGGrSCvJxJEz4M7ppVD726asntg7QxE2DtAMK3yPKigseyApJeTyGciZBMde61a9",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__589LXVbYHwtGGrSCvJxJEz4M7ppVD726asntg7QxE2DtAMK3yPKigseyApJeTyGciZBMde61a9",
"length": 3
}
}
],
[
{
"blockNumber": 117018,
"blockHash": "0xd041abc7cc18840f151d343f7e9c726c0f2d1abac2384c6972fcec25d1d6682e",
"transactionIndex": 0,
"removed": false,
"address": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4554663235754d5879776e4e654b65757035356a7248576b333274444e4b564d593155667a3576317a613752477a66514e44784c6a4e74586d45707254656d543736756e686f39784438000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x13cfa49e56c8a48f6652b967f76a2af2de10c59a5eac77dcd6e62181047e0a9c",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__ETf25uMXywnNeKeup55jrHWk32tDNKVMY1Ufz5v1za7RGzfQNDxLjNtXmEprTemT76unho9xD8",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__ETf25uMXywnNeKeup55jrHWk32tDNKVMY1Ufz5v1za7RGzfQNDxLjNtXmEprTemT76unho9xD8",
"length": 2
}
}
],
[
{
"blockNumber": 117017,
"blockHash": "0xd1baafce5e519ee10a64f0b1b7062beb2997f39fafffe2fc06645377afee2802",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e439000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x0dfdefd9b9b6ece2a29ad63980fa2b7fc8f10e762098ef7e7b6770337f57c828",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e439"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e439"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 117016,
"blockHash": "0x28e5cac03015e7e7d06b9c6ccd28140438569cec004e2aecec423ab138bcd70c",
"transactionIndex": 0,
"removed": false,
"address": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4554663235754d5879776e4e654b65757035356a7248576b333274444e4b564d593155667a3576317a613752477a66514e44784c6a4e74586d45707254656d543736756e686f39784438000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x520b95170bb218973738ec79736b78505379352d3c65c1aa9f8b7c4303c730c5",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"2": "hq__ETf25uMXywnNeKeup55jrHWk32tDNKVMY1Ufz5v1za7RGzfQNDxLjNtXmEprTemT76unho9xD8",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__ETf25uMXywnNeKeup55jrHWk32tDNKVMY1Ufz5v1za7RGzfQNDxLjNtXmEprTemT76unho9xD8",
"length": 3
}
}
],
[
{
"blockNumber": 117015,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f36644841526d553659647858663371325834554c346b7a5238777a434c5354584731554c474b475042776a5a52467664694c476437766e4c663852776664786745507379667551454846000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034343333616364353562346638303838393063323464333061663362373639343665386130333961316164353631323334393865353734383035666338383033343931326562653831376661646235396338613133643366393965313338613434366562353664373565373833323134373765393061343234626330636538626100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e45523637665a513657676b5978373733475131743841586938517741475358473746507a7647386455583637577278776a6471585855787870536178764a795a624d56597a4754344d675434576d445956445856473973794864627554746f38446e625764553864537646674e47585644575078616b46663856694b6779587236396e73444d59774e33324c4a62697958587856466e61756173453973657139336a423631476b42745764434b5733436d554b4b475035386a47337553346d5361705866683434386a7531624c334562427a4d316f38737777653756376f386d54657157334a474137477559364e573761583479575a316e6f564b69467342716b77536433000000000000000000000000000000000000000000",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"logIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x02"
},
"1": 0,
"2": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"3": "0x04433acd55b4f808890c24d30af3b76946e8a039a1ad56123498e574805fc88034912ebe817fadb59c8a13d3f99e138a446eb56d75e78321477e90a424bc0ce8ba",
"4": "ktpkANER67fZQ6WgkYx773GQ1t8AXi8QwAGSXG7FPzvG8dUX67WrxwjdqXXUxxpSaxvJyZbMVYzGT4MgT4WmDYVDXVG9syHdbuTto8DnbWdU8dSvFgNGXVDWPxakFf8ViKgyXr69nsDMYwN32LJbiyXXxVFnauasE9seq93jB61GkBtWdCKW3CmUKKGP58jG3uS4mSapXfh448ju1bL3EbBzM1o8swwe7V7o8mTeqW3JGA7GuY6NW7aX4yWZ1noVKiFsBqkwSd3",
"requestID": {
"_hex": "0x02"
},
"level": 0,
"contentHash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"pkeRequestor": "0x04433acd55b4f808890c24d30af3b76946e8a039a1ad56123498e574805fc88034912ebe817fadb59c8a13d3f99e138a446eb56d75e78321477e90a424bc0ce8ba",
"pkeAFGH": "ktpkANER67fZQ6WgkYx773GQ1t8AXi8QwAGSXG7FPzvG8dUX67WrxwjdqXXUxxpSaxvJyZbMVYzGT4MgT4WmDYVDXVG9syHdbuTto8DnbWdU8dSvFgNGXVDWPxakFf8ViKgyXr69nsDMYwN32LJbiyXXxVFnauasE9seq93jB61GkBtWdCKW3CmUKKGP58jG3uS4mSapXfh448ju1bL3EbBzM1o8swwe7V7o8mTeqW3JGA7GuY6NW7aX4yWZ1noVKiFsBqkwSd3",
"length": 5
},
"contract": "BaseContent"
},
{
"blockNumber": 117015,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"logIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 117015,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"logIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117014,
"blockHash": "0xf65ba6293445ca0168e9aeb903bcdf995dd7c801709f336bfef1e08cbf8bcbbe",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f36644841526d553659647858663371325834554c346b7a5238777a434c5354584731554c474b475042776a5a52467664694c476437766e4c663852776664786745507379667551454846000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xf768bbcfc2b2facb5160dcb87dc0879e6f4c58628b350dbe50afb04af39696f4",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"length": 2
}
}
],
[
{
"blockNumber": 117013,
"blockHash": "0x3e37ce6b6543f08e260b3255ca897a87b66527cb25999f2d052144fe4b17a614",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f36644841526d553659647858663371325834554c346b7a5238777a434c5354584731554c474b475042776a5a52467664694c476437766e4c663852776664786745507379667551454846000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xffa5031ed82118b60c5443a503f9ffdc71d612a768988f7f263dd172f03c1396",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"length": 3
}
}
],
[
{
"blockNumber": 117012,
"blockHash": "0x8119c64f9122cb924568d178ba75be20bc041b2347c04fbd3f32d483c491861b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4745385653527455584a4d544c4269364455796f314779796d4e4e5375726255526d726e4e46645332574c4b326574786e69547139773132674846534c5569517947444235725167756f000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x696e3b6f74b30dd69e829ba9fde4d35ebb07ace8202d64a1959007f117310024",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__GE8VSRtUXJMTLBi6DUyo1GyymNNSurbURmrnNFdS2WLK2etxniTq9w12gHFSLUiQyGDB5rQguo",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__GE8VSRtUXJMTLBi6DUyo1GyymNNSurbURmrnNFdS2WLK2etxniTq9w12gHFSLUiQyGDB5rQguo",
"length": 2
}
}
],
[
{
"blockNumber": 117011,
"blockHash": "0xc5a57a1e75accf4a9a704613699d0f3cb48d22f1aa73d9bfb2e8935f30a2441c",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4745385653527455584a4d544c4269364455796f314779796d4e4e5375726255526d726e4e46645332574c4b326574786e69547139773132674846534c5569517947444235725167756f000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x516fe13d26a9676392e137f6472915aee58735f6ed419b52f82cf713fe3d84b3",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__GE8VSRtUXJMTLBi6DUyo1GyymNNSurbURmrnNFdS2WLK2etxniTq9w12gHFSLUiQyGDB5rQguo",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__GE8VSRtUXJMTLBi6DUyo1GyymNNSurbURmrnNFdS2WLK2etxniTq9w12gHFSLUiQyGDB5rQguo",
"length": 3
}
}
],
[
{
"blockNumber": 117010,
"blockHash": "0x01d96766ef0794881cb7f633190b6d3a69b741adcc9bc376d7e57e27feac7a8b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f445155586e7a6b5956416757715869704752565a596b694571454e387259524a776e4a4a625638616670666164774b71346d74634148597556504b475a5377706e556e4e724432534c31000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x4887fad12579af4be37333c5b5b0ec007325bd87524f596a2e6513b0a39f3b51",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__DQUXnzkYVAgWqXipGRVZYkiEqEN8rYRJwnJJbV8afpfadwKq4mtcAHYuVPKGZSwpnUnNrD2SL1",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__DQUXnzkYVAgWqXipGRVZYkiEqEN8rYRJwnJJbV8afpfadwKq4mtcAHYuVPKGZSwpnUnNrD2SL1",
"length": 2
}
}
],
[
{
"blockNumber": 117009,
"blockHash": "0x0ccbbcf2f92f96726a7c3f0e17b1fea15b51f37969654b517a4b838a0fdf4413",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f445155586e7a6b5956416757715869704752565a596b694571454e387259524a776e4a4a625638616670666164774b71346d74634148597556504b475a5377706e556e4e724432534c31000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x9c0329019f67b1e8a159a11d0acaf9f358cd4366d4364d2cb2c041ee1019475c",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__DQUXnzkYVAgWqXipGRVZYkiEqEN8rYRJwnJJbV8afpfadwKq4mtcAHYuVPKGZSwpnUnNrD2SL1",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__DQUXnzkYVAgWqXipGRVZYkiEqEN8rYRJwnJJbV8afpfadwKq4mtcAHYuVPKGZSwpnUnNrD2SL1",
"length": 3
}
}
],
[
{
"blockNumber": 117008,
"blockHash": "0x1b41b3ceaf34b47b851bad6046cecaa119126ed350314e4b4b517c7b123efd7c",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c624c364d6e6d7853776970344c704c413778357547473833745059433632504e71567972716151546b7354324579334345517079585533766f41643352704b526f526f32514a537342000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xb5920185b03e1a14c2cd6f2cadf8c94cec19c41fa0fecba3fc36203f293f85b4",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__LbL6MnmxSwip4LpLA7x5uGG83tPYC62PNqVyrqaQTksT2Ey3CEQpyXU3voAd3RpKRoRo2QJSsB",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__LbL6MnmxSwip4LpLA7x5uGG83tPYC62PNqVyrqaQTksT2Ey3CEQpyXU3voAd3RpKRoRo2QJSsB",
"length": 2
}
}
],
[
{
"blockNumber": 117007,
"blockHash": "0x04028ca9af26ebd6509c8bbd68b882aedc06cfa49c885b9fb24b9ebd18f7baed",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c624c364d6e6d7853776970344c704c413778357547473833745059433632504e71567972716151546b7354324579334345517079585533766f41643352704b526f526f32514a537342000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x9e8e9b5c364bb0ab35a8139c5f045b6118135cd366b9ef7bad1bed813d6c15c3",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__LbL6MnmxSwip4LpLA7x5uGG83tPYC62PNqVyrqaQTksT2Ey3CEQpyXU3voAd3RpKRoRo2QJSsB",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__LbL6MnmxSwip4LpLA7x5uGG83tPYC62PNqVyrqaQTksT2Ey3CEQpyXU3voAd3RpKRoRo2QJSsB",
"length": 3
}
}
],
[
{
"blockNumber": 117006,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"logIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x01"
},
"1": 0,
"2": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x01"
},
"level": 0,
"contentHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
},
"contract": "BaseContent"
},
{
"blockNumber": 117006,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"logIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 117006,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"logIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 117005,
"blockHash": "0x16f4cc31e144ccfed67f9c32e26babd095c05de31061be5c794a162bbe298948",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"transactionHash": "0xa3472eda695271eb4b63953e13e9ae2174afa4f5599f43a5f6b93d52971d4b30",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
[
{
"blockNumber": 117004,
"blockHash": "0xd351d8ddb941cc58c671d71ccee4c1e5f6d2702253e6d5457b808499322f8ed0",
"transactionIndex": 0,
"removed": false,
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f79387241524254583873785771597356334266566d5632654a37424e5059784e4c42577a714e734358485179346d477555396a524443594d4178374c677a386d34315469626747647300000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x8aafa5058e5eb8d99b3e855432c2424968693218e42590c1f92ee2e6dfe0c19b",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"length": 2
}
}
],
[
{
"blockNumber": 117003,
"blockHash": "0xd14e96a7c24a4109f189e4c03093d781e9eb507905241c59ba0f9f916180cae4",
"transactionIndex": 0,
"removed": false,
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f414741574e556d6875396e4832324a4a6e4a4a684e453467397853433257783351793976675469443975626a545068444d70557a6b437759364871756e7a726846326f6a775a706a6d44000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x813e82a84dfb36877835cd044a79ec73b7609e9bf1a1cb08e41854eee197f524",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"length": 2
}
}
],
[
{
"blockNumber": 117002,
"blockHash": "0x511b15909dc4ddae5f6526587c58fe04e9ab7d13e9fcab259b91abb7107d565d",
"transactionIndex": 0,
"removed": false,
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f41696f4c354c5063536873573964757847373969664b4e586e52347877646b58793771666d7169684d6164734c6f4665363978766b325878534e37774471726657534b7173724b553562000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xd94cef101174dc9ffa6ab35ab957b30cd0153a36a34a53daaf898c5ba8e8209a",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"length": 2
}
}
],
[
{
"blockNumber": 117001,
"blockHash": "0xb61811f6b8712ff5e5a483a0136401327894638da84f90c5f6393da669a4b570",
"transactionIndex": 0,
"removed": false,
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f79387241524254583873785771597356334266566d5632654a37424e5059784e4c42577a714e734358485179346d477555396a524443594d4178374c677a386d34315469626747647300000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x40b6a7feb0bcd9c4fb40bd80611bf5793cf63adb2f3c97555757b13c4f4a9c01",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"length": 3
}
}
],
[
{
"blockNumber": 117000,
"blockHash": "0x4ed86661e2e32aa665c076f7d797b0f5fd66acf4bd3bbdc9d973f684d8451ae4",
"transactionIndex": 0,
"removed": false,
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f414741574e556d6875396e4832324a4a6e4a4a684e453467397853433257783351793976675469443975626a545068444d70557a6b437759364871756e7a726846326f6a775a706a6d44000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xedd13adb5b4b642441e2580e916eebb25a475aada3d4e65c0989fbbb8b9fcf5d",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"length": 3
}
}
],
[
{
"blockNumber": 116999,
"blockHash": "0x09f4db0393a6354dc972efa34bc4f3a5057e069fe947a83483ca0c288b90405a",
"transactionIndex": 0,
"removed": false,
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f41696f4c354c5063536873573964757847373969664b4e586e52347877646b58793771666d7169684d6164734c6f4665363978766b325878534e37774471726657534b7173724b553562000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x1b536b44c15374b14784405b3cd9021c1c5040316c32e7a7f074da06c751aefc",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"length": 3
}
}
],
[
{
"blockNumber": 116998,
"blockHash": "0x138fb86ec5d2c96ddbd0aa5a5ff09935e602acc84137821ef7721d50d2e72d2c",
"transactionIndex": 0,
"removed": false,
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f385645376575384147547639484532366633597a4d4e376e365738533875376b75317a42355a4551566d73437373314b3834596175717a544c654379736a6b5359774d36654b446f466b000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x0e9435502125872309896965a2909f85b7f5b0af01a78eff3dd6cfffb191d921",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"length": 2
}
}
],
[
{
"blockNumber": 116997,
"blockHash": "0xb014b3291ccbb16b4708c758605c2fb4a9a5afeb3c49a18a5892e5441a35aa2f",
"transactionIndex": 0,
"removed": false,
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xf8033df213a5ee0b1cbad2aff3f0ef308b6051b4e7d52e931333c0f9e8c4b552",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 116996,
"blockHash": "0xcd1ce0e1044acab8bffbab67ffc37f01de77c2caad100a24c16d27fad6626303",
"transactionIndex": 0,
"removed": false,
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f323178537457415858574d65586a69417a7a34584d75784264477242784e4145616f3765563662726e4b334b71667a6b686e4a6a636f565464484e586e65435255396b714d664e45504b000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x4b47b21e642391a05aa88cd61a70615f73fe72a91c17cacd5c0c3bd4786861ac",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"length": 2
}
}
],
[
{
"blockNumber": 116995,
"blockHash": "0x65018ec45fb1f1f5cc9ca5138daccd4d1ae1d94b73e8147158ffbea5e206a040",
"transactionIndex": 0,
"removed": false,
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f385645376575384147547639484532366633597a4d4e376e365738533875376b75317a42355a4551566d73437373314b3834596175717a544c654379736a6b5359774d36654b446f466b000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x64590f3dc18ab3a49881139e32b47f3be8417a1a01ba31e64478cf0646210fe2",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"length": 3
}
}
],
[
{
"blockNumber": 116994,
"blockHash": "0xbe414cecdca76f3e58727cff6f9bb55a40ed148a1407ff5545ba9c36811743ef",
"transactionIndex": 0,
"removed": false,
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f323178537457415858574d65586a69417a7a34584d75784264477242784e4145616f3765563662726e4b334b71667a6b686e4a6a636f565464484e586e65435255396b714d664e45504b000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xe4d8fd5eb93c9445c847f80e85a50ab3a55dfb40274c6ae489e964bb8b9f2a58",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"length": 3
}
}
],
[
{
"blockNumber": 116993,
"blockHash": "0x8645e17e632a7315a330149e1d805366f6a45bd9c91943d1de467dfca253d1b4",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e407000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x857989f78fc531f0b201e1223b3a4a2eb871dd0c49524f350f8c6256bd1ad589",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e407"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d36b5d9"
},
"timestamp": {
"_hex": "0x5dc9e407"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d36b5d9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 116992,
"blockHash": "0x1c9420e405a90edd25f8cdd1533b80b6accb88030046176dd41cb4b151b44d0a",
"transactionIndex": 0,
"removed": false,
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x4ef337bf5f80b8ecb6350897d2172384732acfa76e8b225791383650980dc49d",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 116991,
"blockHash": "0xee8e3a2e8fac57ca36617243030a1bb8756be110eff0cd246bfe84bcdc9db4c0",
"transactionIndex": 0,
"removed": false,
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4d596f534467516667686855726836447a54354d684d6835694b574e6d374e75507145444c3855756d4c514d533675594e38724251674d686e616b507765645870774677685764463631000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x863b0b5a0766c561ee151c212e3d180ac86ec7ebe820146508a60d87b03e1457",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"length": 2
}
}
],
[
{
"blockNumber": 116990,
"blockHash": "0xa24dcb84fab518a4697c24104809fba9c7f4e3d6eccaae8cd60493da3c9f0ed9",
"transactionIndex": 0,
"removed": false,
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x34657f386a4a60aaf34f3171be5d212e64a79c35bcdf7dc4c00983ba9ec1e3bb",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 116989,
"blockHash": "0x6f2adb21399d35c2f5d97ed5de947c66a71e083860f851628105b9daff17b88c",
"transactionIndex": 0,
"removed": false,
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4d31326445447334796b70706d626231376d6e3662655a7a6f4247335a534b5333786d6d6a554b59656b7932624d577473544a4b526a55524743355761616346346f70315157506e556b000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x85e473085e2720c108fe85230f985bf64e597c928d954b1130ae73c8a91c1597",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"length": 2
}
}
],
[
{
"blockNumber": 116988,
"blockHash": "0x3fed501e5332c884b6f10cac4b5007827982d87cb2a37c0f5acf5f3955be7a97",
"transactionIndex": 0,
"removed": false,
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4d596f534467516667686855726836447a54354d684d6835694b574e6d374e75507145444c3855756d4c514d533675594e38724251674d686e616b507765645870774677685764463631000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x2f899dbfab5f39470f5d8385dd1d5cd8b03c764301e1209d3401b946abbf8640",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"length": 3
}
}
],
[
{
"blockNumber": 116987,
"blockHash": "0x9e0cadc0c9bc82d7d244369d5dda35ccde0e68caf8ae9bc7b8acac1ea42a50ad",
"transactionIndex": 0,
"removed": false,
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4d31326445447334796b70706d626231376d6e3662655a7a6f4247335a534b5333786d6d6a554b59656b7932624d577473544a4b526a55524743355761616346346f70315157506e556b000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xb0d20f54a808968587c8c8ddee8698d2844d6e42ae43cac4e5273aae3f9d6b2d",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"length": 3
}
}
],
[
{
"blockNumber": 116986,
"blockHash": "0xdecc655b0b15d523fd39065e393a954102e7893dcb6ff6add8a6db305985f7d3",
"transactionIndex": 0,
"removed": false,
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xfb729be03936ce0d5801e821c1b216b9c2e51ea6b3e7b21bb4503b4e2dc71bc8",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 116985,
"blockHash": "0xef6830e7085232ce03788e65d0d15ac4fb08b42d297154635bc3841b7ed91c82",
"transactionIndex": 0,
"removed": false,
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xb60acad54aa60bb21cbe6e19299b1f4745b00696aed4d1a062bd4b1302fa2a35",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 116984,
"blockHash": "0x7944a8b57802939b0020dd069b3efcb6ed2c3c1113ede90c48d2e4aba0f77a9b",
"transactionIndex": 0,
"removed": false,
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3438793559484e616569397841577a534b485a587a4b6966587552447375734c705271696f4d6a74367878386f727373724c6e7964554a346d55627a5032576134363944743439466751000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x05121bbe4f5a51ae41daed463bb7abee6ca614f90a80ac1a9f91bf7e2450abfc",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"length": 2
}
}
],
[
{
"blockNumber": 116983,
"blockHash": "0xc1e44efa2f33702d5989eba8662c96ab4c221a7fcfdfb926e4bd2138f0c8e5ec",
"transactionIndex": 0,
"removed": false,
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xbf9c94c8674c867099f5b01350e074772af5995f14eb90b27d8c5a0ed46f42f7",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 116982,
"blockHash": "0xf3fad6a08102da80412e3b086f223fa443f95ab709128601a1261d6909b54d68",
"transactionIndex": 0,
"removed": false,
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f435746546a505a6471533132595454676872444d47353635683135394b313644425577426f564c5a4a717a355369796e6a566b514e453751335345377456484b75777546686535733553000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xe34dcb8693eb24b93a9e5a6da5fdc681cfa133e439be433b999ff243a82cef41",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"length": 2
}
}
],
[
{
"blockNumber": 116981,
"blockHash": "0x079bc32037d80ae87c880e882abc2325d65a3604bd3c58a6368bc4c263bb020f",
"transactionIndex": 0,
"removed": false,
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3438793559484e616569397841577a534b485a587a4b6966587552447375734c705271696f4d6a74367878386f727373724c6e7964554a346d55627a5032576134363944743439466751000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x3ff8bb10a197d67d3749a6b740a2c6dade8ba21b0dd5fd320d930a8e9c3e0e57",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"length": 3
}
}
],
[
{
"blockNumber": 116980,
"blockHash": "0xb8e50418cfcce0de6598b76d54b97b0f0e1439c7bd40e0884d8fdaa69ee1df30",
"transactionIndex": 0,
"removed": false,
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f435746546a505a6471533132595454676872444d47353635683135394b313644425577426f564c5a4a717a355369796e6a566b514e453751335345377456484b75777546686535733553000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xa3c2362a1a0ea474b64cb1a03d3e0a171fcdedf2383758be95b6dd7366d8ae25",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"length": 3
}
}
],
[
{
"blockNumber": 116979,
"blockHash": "0x6a60b4182a61d5f4fd766684904e90782326674bc80564cd482430db727fe114",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e3fd000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x20f4c1def33bb86639362f0e554d4f16230cc6ee30458142031754d291f75268",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e3fd"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e3fd"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt"
}
],
[
{
"blockNumber": 116978,
"blockHash": "0xbbf94ac728113f21f9a9dc2e1706a019fe958e384404acba1b1fe32df54a3122",
"transactionIndex": 0,
"removed": false,
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x44094115cf19f59cd32154b6cc48a7c991b07ac87f7ded639eb18127b6f8dfc7",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 116977,
"blockHash": "0x75153133f9ab8d0a8b8231d846cb329c1e50b7f67de3ba8200a7e92d68e8c99c",
"transactionIndex": 0,
"removed": false,
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x63d70710336806b653418690077ab8ad2f20b9a35aecc1053bb480738f43ca5a",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 116976,
"blockHash": "0x9a297cc4335764cdaff31232b20099e79803c6bc1fde25b70fe8258ba9c2033b",
"transactionIndex": 0,
"removed": false,
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xa5ae5b4ae9667012543af44dc72ed82291e6ee52618c743f8b2cc4d8d64413ab",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 116975,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 116975,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f84",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"contentAddress": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116975,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 116975,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116975,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionIndex": 0,
"removed": false,
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 116975,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionIndex": 0,
"removed": false,
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 116974,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 116974,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f6",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"contentAddress": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116974,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 116974,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116974,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionIndex": 0,
"removed": false,
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 116974,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionIndex": 0,
"removed": false,
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 116973,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 116973,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"contentAddress": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116973,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 116973,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116973,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionIndex": 0,
"removed": false,
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 116973,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionIndex": 0,
"removed": false,
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 116972,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 116972,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"contentAddress": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116972,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 116972,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116972,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionIndex": 0,
"removed": false,
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 116972,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionIndex": 0,
"removed": false,
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 116971,
"blockHash": "0xe524cd185053e9eb6d299f6de7cf3661647bfebd5dbae1acab455640919df523",
"transactionIndex": 0,
"removed": false,
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f48694348424269386a50747867467374437166625548574e7233736876574557736b6478537142714a583141325169657a696d5a646d425138715154376f6276536e595339695a37324e000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xeb5ae7e6fda23c181237389fe53ba800acff12adf2e354eb2a9ee0c7ddddbaeb",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"length": 2
}
}
],
[
{
"blockNumber": 116970,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 116970,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"contentAddress": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116970,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 116970,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116970,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionIndex": 0,
"removed": false,
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 116970,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionIndex": 0,
"removed": false,
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 116969,
"blockHash": "0xba40cb9e4ec29af83ad1dcc0466e0ca847831d2f699bb75d58110950e13e6268",
"transactionIndex": 0,
"removed": false,
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f48694348424269386a50747867467374437166625548574e7233736876574557736b6478537142714a583141325169657a696d5a646d425138715154376f6276536e595339695a37324e000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x4247765e35e0478bfe2fa5b48013b26ec470ef04745ad5b122389a3df5d5164e",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"length": 3
}
}
],
[
{
"blockNumber": 116968,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 116968,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"contentAddress": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116968,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 116968,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116968,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionIndex": 0,
"removed": false,
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 116968,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionIndex": 0,
"removed": false,
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 116967,
"blockHash": "0xe2c2d7a020958b75710c6c13b55144eb39a35ff5ff941170f3de16cc08aa3272",
"transactionIndex": 0,
"removed": false,
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xe2702f5912cc90899dc07654e8dc3c1ed9d3dd82467d3d6ad3eb4218c96ea2ab",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 116966,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 116966,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"contentAddress": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116966,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 116966,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116966,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionIndex": 0,
"removed": false,
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 116966,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionIndex": 0,
"removed": false,
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 116965,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 116965,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd64067577",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"contentAddress": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116965,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 116965,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116965,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionIndex": 0,
"removed": false,
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 116965,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionIndex": 0,
"removed": false,
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 116964,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 116964,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb635",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"contentAddress": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116964,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 116964,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116964,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionIndex": 0,
"removed": false,
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 116964,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionIndex": 0,
"removed": false,
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 116963,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary"
},
{
"blockNumber": 116963,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe79",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"contentAddress": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116963,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 116963,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116963,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionIndex": 0,
"removed": false,
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent"
},
{
"blockNumber": 116963,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionIndex": 0,
"removed": false,
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent"
}
],
[
{
"blockNumber": 116962,
"blockHash": "0xd5a1552bd5de292d9a6d1c5bdb8b825060e7dd40e2c8c45053903d936d752615",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f457577357032324353616e794c4c3632355135516350664b5256757a514e774841475242434a5472434669446b6d5570557538647165616e4d774d4e426d483269503754637457544652000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xa492e7074db4cf8e24f114d0937fe2c3d357931574a5460a20525e66a0c6bf2b",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__Euw5p22CSanyLL625Q5QcPfKRVuzQNwHAGRBCJTrCFiDkmUpUu8dqeanMwMNBmH2iP7TctWTFR",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__Euw5p22CSanyLL625Q5QcPfKRVuzQNwHAGRBCJTrCFiDkmUpUu8dqeanMwMNBmH2iP7TctWTFR",
"length": 2
}
}
],
[
{
"blockNumber": 116961,
"blockHash": "0x5c02ab023ab88521e34f7427c6eb8dee083e6d1d23a63547e3a1155cc8b75f46",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f457577357032324353616e794c4c3632355135516350664b5256757a514e774841475242434a5472434669446b6d5570557538647165616e4d774d4e426d483269503754637457544652000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xcea37d5ebfcd0b2442ee87d7a8e30843edbf1d5694a1937740984344bfae2a5d",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"2": "hq__Euw5p22CSanyLL625Q5QcPfKRVuzQNwHAGRBCJTrCFiDkmUpUu8dqeanMwMNBmH2iP7TctWTFR",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__Euw5p22CSanyLL625Q5QcPfKRVuzQNwHAGRBCJTrCFiDkmUpUu8dqeanMwMNBmH2iP7TctWTFR",
"length": 3
}
}
],
[
{
"blockNumber": 116960,
"blockHash": "0xdbc92e0b877107199adb227c8633a06e5595ed4c2e739d56ee56da3a05e8e445",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xedeac3ecc21b6c99717010da09402a6fe4e26db529fe50e12e508f9fb661c5d6",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
[
{
"blockNumber": 116959,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"topics": [
"0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
],
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"logIndex": 2,
"decode": "<function>",
"name": "CreateLibrary",
"signature": "CreateLibrary(address)",
"topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"libraryAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContentSpace"
},
{
"blockNumber": 116959,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000cf941497520ea28f603613086f93847a28d8240400000000000000000000000000000000000000000000000000000000000000c8",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"logIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0xCF941497520eA28F603613086F93847a28d82404",
"aggregate": 200,
"length": 3
}
},
{
"blockNumber": 116959,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"logIndex": 0,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace"
}
],
[
{
"blockNumber": 116958,
"blockHash": "0x1ac179de2801500c5266f07b0ee8c6de4f8a41854084c957abee619a24b110bb",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b71000000000000000000000000000000000000",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xbcc720b6af861f53a1675bb7c8c916cb80f84d4812386e56b2f47abac1ba0fa6",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"length": 2
}
}
],
[
{
"blockNumber": 116957,
"blockHash": "0xeb68a84a7557fb02d1fdec43d006a396a2e593b49040428c18be0e038619a6d9",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b71000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xc4922deba6b49848e304d7fd4149ba356456e54f74c86199816ce6285e7b5c52",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"length": 3
}
}
],
[
{
"blockNumber": 117046,
"blockHash": "0xef4e3ec3ac25df4e00f1853a576a6cc15cec1f65b035ad24f3e7b8435683f770",
"hash": "0xef4e3ec3ac25df4e00f1853a576a6cc15cec1f65b035ad24f3e7b8435683f770",
"parentHash": "0x9ba6bd621e84b482de949759adcaea1d269cb9cf85323fde1ebd881472bb20e5",
"number": 117046,
"timestamp": 1573512360,
"nonce": "0x0000000000000000",
"difficulty": 2,
"gasLimit": {
"_hex": "0x1312d00"
},
"gasUsed": {
"_hex": "0x6dd2"
},
"miner": "0x0000000000000000000000000000000000000000",
"extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000da10f9c559b1801cac2fe9be0bb237f8a83a151198ca7903c176dbfd8d1ba8ea03c9f4735e97337d8365620bb8ec4a705fb6f148c69de467a55991ed31988e1e01",
"transactions": [
"0x1f6c1be4be86543814d584b86b4180dbf5e3a07463abc790d49456fe2db25731"
],
"transactionHash": "0x1f6c1be4be86543814d584b86b4180dbf5e3a07463abc790d49456fe2db25731"
}
],
[
{
"blockNumber": 117050,
"blockHash": "0x0beed7162078323ed17cc965e8b315f1f555611b66d4cba87f623a17d668c56f",
"hash": "0x0beed7162078323ed17cc965e8b315f1f555611b66d4cba87f623a17d668c56f",
"parentHash": "0xaae549cab2b5c9e63ebfec8e03b96b449c91ad7808a8562559eec64bf3e1a81d",
"number": 117050,
"timestamp": 1573512366,
"nonce": "0x0000000000000000",
"difficulty": 2,
"gasLimit": {
"_hex": "0x1312d00"
},
"gasUsed": {
"_hex": "0x18dce8"
},
"miner": "0x0000000000000000000000000000000000000000",
"extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000cbaacbf4595ee3a66993e70c6510845a8c4742b46086e55e1d2b01f75b8898b37e4ada61e9b08f8eb7660ee84e936673ca4643e95bacc51479aa34118450e56701",
"transactions": [
"0x801205031848dd9ab25cc342bc8201a043db6cbc77f1ad1c6580a868c348420e"
],
"transactionHash": "0x801205031848dd9ab25cc342bc8201a043db6cbc77f1ad1c6580a868c348420e"
}
]
]
async Events({
"count": 100,
"includeTransaction": true
});
[
[
{
"blockNumber": 117055,
"blockHash": "0xc698c3ce0c6f66631c9dad8ef0a07cd92dd556f762b908f04b23eacd2b8d633b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xabd118f6b0edf8e027d47dd2200432a1c32b4bbbb08378fee6400b5315594ee5",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"length": 2
},
"hash": "0xabd118f6b0edf8e027d47dd2200432a1c32b4bbbb08378fee6400b5315594ee5",
"confirmations": 2,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 5254,
"r": "0x52e63ed59cd8aa1925bd70443b74ee8c049d722491b18dc0e6ef4b0ebb0b8fda",
"s": "0x2e0abe90732430438a2c3673503c127919ae5d4c8e8b0a51b7013d1ba48e140a",
"v": 27,
"creates": null,
"raw": "0xf86b8214868501dcd6500083989680949e8d8b76b0d624519c5518819f29158879580c1a8084446e88261ba052e63ed59cd8aa1925bd70443b74ee8c049d722491b18dc0e6ef4b0ebb0b8fdaa02e0abe90732430438a2c3673503c127919ae5d4c8e8b0a51b7013d1ba48e140a",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x21bb3"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117055,
"transactionHash": "0xabd118f6b0edf8e027d47dd2200432a1c32b4bbbb08378fee6400b5315594ee5",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xc698c3ce0c6f66631c9dad8ef0a07cd92dd556f762b908f04b23eacd2b8d633b",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x21bb3"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117054,
"blockHash": "0x0f8018e55f5796b7e74239cd4f71a116f9c57a82615d151c8be172c2cea3dbc6",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xb8a69735a75bdd3e2482bfcaddd21272b0f3457347e23937f5ab3983e9fb5de7",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"length": 3
},
"hash": "0xb8a69735a75bdd3e2482bfcaddd21272b0f3457347e23937f5ab3983e9fb5de7",
"confirmations": 3,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x204ed"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 95,
"r": "0x34c5e79436f95890f916f2c430b3eca15dfe27781d85a997f0373bc88b4c5a09",
"s": "0x5f4ed8ae40881eaa7336aff7f2f9641ad49e5a03a46f5cdd85dc73cc62b070f3",
"v": 1910456,
"creates": null,
"raw": "0xf9010d5f8501dcd65000830204ed949e8d8b76b0d624519c5518819f29158879580c1a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a000000000000000000000000000000000000831d26b8a034c5e79436f95890f916f2c430b3eca15dfe27781d85a997f0373bc88b4c5a09a05f4ed8ae40881eaa7336aff7f2f9641ad49e5a03a46f5cdd85dc73cc62b070f3",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x204ed"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117054,
"transactionHash": "0xb8a69735a75bdd3e2482bfcaddd21272b0f3457347e23937f5ab3983e9fb5de7",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x0f8018e55f5796b7e74239cd4f71a116f9c57a82615d151c8be172c2cea3dbc6",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x204ed"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117056,
"blockHash": "0x00e893ed3de83bc1d1e18c7e302e4d94c29a57963e92f77441aec24b4204a7c6",
"hash": "0xc84047d758cc6f5b0741fcc82718612543d53cad3bff42b7d3c2b8335b46dd07",
"parentHash": "0xc698c3ce0c6f66631c9dad8ef0a07cd92dd556f762b908f04b23eacd2b8d633b",
"number": 117056,
"timestamp": 1573512372,
"nonce": 96,
"difficulty": 2,
"gasLimit": {
"_hex": "0x5230"
},
"gasUsed": {
"_hex": "0x5230"
},
"miner": "0x0000000000000000000000000000000000000000",
"extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000edb3dacf8b391c2c10a36efef777d52a35d26bad7b5a737ad49c173808ad2a2b720faca4988dd874b0767f3c872eab2b30676d132f65a7951f837e2372bbede100",
"transactions": [
"0xc84047d758cc6f5b0741fcc82718612543d53cad3bff42b7d3c2b8335b46dd07"
],
"transactionHash": "0xc84047d758cc6f5b0741fcc82718612543d53cad3bff42b7d3c2b8335b46dd07",
"transactionIndex": 0,
"confirmations": 1,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x2386f26fc10000"
},
"data": "0x",
"r": "0xa81a917899db9a0dad2c266dd39ed515345e8d1d109036d3e7e0b41227959900",
"s": "0x44e33fbd7a30a33b373b7f24f2bb929b29c4a9e31d6a5993e364139d61f48649",
"v": 1910455,
"creates": null,
"raw": "0xf86e608501dcd65000825230949e8d8b76b0d624519c5518819f29158879580c1a872386f26fc1000080831d26b7a0a81a917899db9a0dad2c266dd39ed515345e8d1d109036d3e7e0b41227959900a044e33fbd7a30a33b373b7f24f2bb929b29c4a9e31d6a5993e364139d61f48649",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [],
"cumulativeGasUsed": {
"_hex": "0x5230"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117053,
"blockHash": "0x098b36990a52c18508c346e631788ff3de1573772d7c51488e7c842c31da50d9",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc40000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d3cb3e900000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0xaff8a7fb9e60c56df06e03daca67421b115a6d4627af747c42a4dc5eb25dfaf9",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e4b1"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e4b1"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt",
"hash": "0xaff8a7fb9e60c56df06e03daca67421b115a6d4627af747c42a4dc5eb25dfaf9",
"confirmations": 4,
"from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x3d0900"
},
"to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"value": {
"_hex": "0x0"
},
"nonce": 33319,
"r": "0x243138b22d999bb9d93d34a89e945b71c34901ff01e00144e736f31848ba1d7b",
"s": "0x6fde3efbcb6d674e1501f15dfb00d9831245432f1f01efb05e6729e99daf8118",
"v": 28,
"creates": null,
"raw": "0xf902ad8282278501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9024478cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc40000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d3cb3e9000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000001ca0243138b22d999bb9d93d34a89e945b71c34901ff01e00144e736f31848ba1d7ba06fde3efbcb6d674e1501f15dfb00d9831245432f1f01efb05e6729e99daf8118",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x9790"
},
"logsBloom": "0x00000000000000000000200000000000000002000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117053,
"transactionHash": "0xaff8a7fb9e60c56df06e03daca67421b115a6d4627af747c42a4dc5eb25dfaf9",
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e4b1000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"logIndex": 0,
"blockHash": "0x098b36990a52c18508c346e631788ff3de1573772d7c51488e7c842c31da50d9",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x9790"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117052,
"blockHash": "0x77d05c28f764b33f653be5c07c7e581588197770f0fc9ab984d904e46af1aa60",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x145e6539d16d51e36fa19d527f0366f28da0362f281ffec073c1aabbdc9b80ae",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"objectHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"length": 1
},
"hash": "0x145e6539d16d51e36fa19d527f0366f28da0362f281ffec073c1aabbdc9b80ae",
"confirmations": 5,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x65a1"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 94,
"r": "0xe281bd1c5fe6f8d2106cecfd36d3c271e77dd6f7a04feea8f88b0048a176a4a0",
"s": "0x3a2428fa513812872a0eda4dd56eecae0a70b6610864d6cb0f99ae745db0c0d5",
"v": 1910455,
"creates": null,
"raw": "0xf86b5e8501dcd650008265a1949e8d8b76b0d624519c5518819f29158879580c1a8084c287e0ed831d26b7a0e281bd1c5fe6f8d2106cecfd36d3c271e77dd6f7a04feea8f88b0048a176a4a0a03a2428fa513812872a0eda4dd56eecae0a70b6610864d6cb0f99ae745db0c0d5",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x65a1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117052,
"transactionHash": "0x145e6539d16d51e36fa19d527f0366f28da0362f281ffec073c1aabbdc9b80ae",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x77d05c28f764b33f653be5c07c7e581588197770f0fc9ab984d904e46af1aa60",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x65a1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117051,
"blockHash": "0x3f0cb6e8008452efa296a38269329ffd4fcda26df4fda37db8763ca0b2e1a342",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0xe5385303000000000000000000000000f7ff9710f064341d4b0b063caec64cbd703b2c75",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x0c95bceb619bef80a651d06c27ec95fc4f3bdbc8741796e29e92c2316a071235",
"logIndex": 0,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"contentContractAddress": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"length": 1
},
"contract": "BaseContent",
"hash": "0x0c95bceb619bef80a651d06c27ec95fc4f3bdbc8741796e29e92c2316a071235",
"confirmations": 6,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x1858a"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 93,
"r": "0x0c96b4f2d763b9a1ecf4cdd410eea608b3c94ec733e5a04f6c02cc3bf6e1e696",
"s": "0x41f6524166817466c64a5bbd0a773a05c3aba1b16f35c56c4e26b5bf03dd7f5f",
"v": 1910455,
"creates": null,
"raw": "0xf88c5d8501dcd650008301858a949e8d8b76b0d624519c5518819f29158879580c1a80a4e5385303000000000000000000000000f7ff9710f064341d4b0b063caec64cbd703b2c75831d26b7a00c96b4f2d763b9a1ecf4cdd410eea608b3c94ec733e5a04f6c02cc3bf6e1e696a041f6524166817466c64a5bbd0a773a05c3aba1b16f35c56c4e26b5bf03dd7f5f",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x1858a"
},
"logsBloom": "0x00000000040000000000000000000000000000000000000000000000000000000000080000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117051,
"transactionHash": "0x0c95bceb619bef80a651d06c27ec95fc4f3bdbc8741796e29e92c2316a071235",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x000000000000000000000000f7ff9710f064341d4b0b063caec64cbd703b2c75",
"logIndex": 0,
"blockHash": "0x3f0cb6e8008452efa296a38269329ffd4fcda26df4fda37db8763ca0b2e1a342",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x1858a"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117049,
"blockHash": "0xaae549cab2b5c9e63ebfec8e03b96b449c91ad7808a8562559eec64bf3e1a81d",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x5cc4aa9b0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
],
"transactionHash": "0x79135cd3efb6bc73896692e3411dd59a5be8d32b61d1aeeae4bfd89e54879bf0",
"logIndex": 0,
"decode": "<function>",
"name": "AccessComplete",
"signature": "AccessComplete(uint256,uint256,bool)",
"topic": "0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06",
"values": {
"0": {
"_hex": "0x03"
},
"1": {
"_hex": "0x5a"
},
"2": true,
"requestID": {
"_hex": "0x03"
},
"scorePct": {
"_hex": "0x5a"
},
"customContractResult": true,
"length": 3
},
"contract": "BaseContent",
"hash": "0x79135cd3efb6bc73896692e3411dd59a5be8d32b61d1aeeae4bfd89e54879bf0",
"confirmations": 8,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x10509"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 91,
"r": "0xc4f9e1e37f16fca4e9933f0deec52ae3b74873ddaa2254c080bcf2367c26563f",
"s": "0x751ffc6113832e69f735f6a22701d7ad242bcaf51e4c2427369f1acd214de689",
"v": 1910456,
"creates": null,
"raw": "0xf8cd5b8501dcd6500083010509949e8d8b76b0d624519c5518819f29158879580c1a80b8645cc4aa9b0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000000831d26b8a0c4f9e1e37f16fca4e9933f0deec52ae3b74873ddaa2254c080bcf2367c26563fa0751ffc6113832e69f735f6a22701d7ad242bcaf51e4c2427369f1acd214de689",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x8fd9"
},
"logsBloom": "0x00000000400000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117049,
"transactionHash": "0x79135cd3efb6bc73896692e3411dd59a5be8d32b61d1aeeae4bfd89e54879bf0",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x2c49ac638ee7bf3341004c40512c79847bb7fb8f17fb53151ff576a35630ac06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000005a0000000000000000000000000000000000000000000000000000000000000001",
"logIndex": 0,
"blockHash": "0xaae549cab2b5c9e63ebfec8e03b96b449c91ad7808a8562559eec64bf3e1a81d",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x8fd9"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117048,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"logIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x03"
},
"1": 0,
"2": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x03"
},
"level": 0,
"contentHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
},
"contract": "BaseContent",
"hash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"confirmations": 9,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x1513d"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 90,
"r": "0x911d9c34a03e88cf00781935450455c991903302496a701561e4d72c94ca4bfe",
"s": "0x652ee8cdb8e9551f368cfb6de1c552a4f5a105b2ba981f6c9f66b45d18fa3bcd",
"v": 1910455,
"creates": null,
"raw": "0xf9022e5a8501dcd650008301513d949e8d8b76b0d624519c5518819f29158879580c1a80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a0911d9c34a03e88cf00781935450455c991903302496a701561e4d72c94ca4bfea0652ee8cdb8e9551f368cfb6de1c552a4f5a105b2ba981f6c9f66b45d18fa3bcd",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x1513d"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d420000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x1513d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117048,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"logIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent",
"hash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"confirmations": 9,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x1513d"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 90,
"r": "0x911d9c34a03e88cf00781935450455c991903302496a701561e4d72c94ca4bfe",
"s": "0x652ee8cdb8e9551f368cfb6de1c552a4f5a105b2ba981f6c9f66b45d18fa3bcd",
"v": 1910455,
"creates": null,
"raw": "0xf9022e5a8501dcd650008301513d949e8d8b76b0d624519c5518819f29158879580c1a80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a0911d9c34a03e88cf00781935450455c991903302496a701561e4d72c94ca4bfea0652ee8cdb8e9551f368cfb6de1c552a4f5a105b2ba981f6c9f66b45d18fa3bcd",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x1513d"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d420000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x1513d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117048,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"logIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent",
"hash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"confirmations": 9,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x1513d"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 90,
"r": "0x911d9c34a03e88cf00781935450455c991903302496a701561e4d72c94ca4bfe",
"s": "0x652ee8cdb8e9551f368cfb6de1c552a4f5a105b2ba981f6c9f66b45d18fa3bcd",
"v": 1910455,
"creates": null,
"raw": "0xf9022e5a8501dcd650008301513d949e8d8b76b0d624519c5518819f29158879580c1a80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a0911d9c34a03e88cf00781935450455c991903302496a701561e4d72c94ca4bfea0652ee8cdb8e9551f368cfb6de1c552a4f5a105b2ba981f6c9f66b45d18fa3bcd",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x1513d"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d420000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x1513d"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117050,
"blockHash": "0x0beed7162078323ed17cc965e8b315f1f555611b66d4cba87f623a17d668c56f",
"hash": "0x801205031848dd9ab25cc342bc8201a043db6cbc77f1ad1c6580a868c348420e",
"parentHash": "0xaae549cab2b5c9e63ebfec8e03b96b449c91ad7808a8562559eec64bf3e1a81d",
"number": 117050,
"timestamp": 1573512366,
"nonce": 92,
"difficulty": 2,
"gasLimit": {
"_hex": "0x18dce8"
},
"gasUsed": {
"_hex": "0x18dce8"
},
"miner": "0x0000000000000000000000000000000000000000",
"extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000cbaacbf4595ee3a66993e70c6510845a8c4742b46086e55e1d2b01f75b8898b37e4ada61e9b08f8eb7660ee84e936673ca4643e95bacc51479aa34118450e56701",
"transactions": [
"0x801205031848dd9ab25cc342bc8201a043db6cbc77f1ad1c6580a868c348420e"
],
"transactionHash": "0x801205031848dd9ab25cc342bc8201a043db6cbc77f1ad1c6580a868c348420e",
"transactionIndex": 0,
"confirmations": 7,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"to": null,
"value": {
"_hex": "0x0"
},
"data": "0x60806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058203cd7cf68d58fc177b6a635bda8125ed3f471d66389e09531873c99f4f2cb84e50029",
"r": "0x8e10fe9c4ef6cbe5f34c65cd33ba1bd6c74df5c4e97806e656741179473c182d",
"s": "0x160c08e7ebd515c0c3ea9a9ea6bbef5cc5f29b6fd56a99604ee52908e22252e4",
"v": 1910456,
"creates": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"raw": "0xf9163d5c8501dcd650008318dce88080b915e760806040527f4f776e61626c6532303139303532383139333830304d4c0000000000000000006000557f436f6e74656e7432303139303531303135313630304d4c0000000000000000006004557f53706c436f6e744c6963656e73696e6732303139303331383130353730304d4c600555678ac7230489e800006006556007805461280061ff001960ff19909216603c179190911617905560018054600160a060020a03199081163290811790925560028054909116909117905561151e806100c96000396000f3006080604052600436106101715763ffffffff60e060020a60003504166302d05d3f81146101735780630779564b146101a45780630f82c16f146101cb578063123e0e8014610290578063176859531461031d5780632d4fac771461032b5780632e1a7d4d146103565780633513a8051461038257806341c0e1b51461038d57806345080442146103a25780634d52fe4b146103ba57806354fd4d50146103cf5780636af27417146103e45780636d2e4b1b146103f95780637b1cdb3e1461041a5780638da5cb5b146104225780638e7f900f146104375780639e99bbea1461044c578063a2e1cf8a14610454578063af570c041461047b578063b261b9e714610490578063b535b03e146104a5578063b6524089146104ba578063ba3c32ea146104d2578063cba43b0d1461051f578063db14178d1461053a578063e870ed9114610555578063e97a08ba14610565578063f185db0c14610579578063f2fde38b1461058e578063f96e91df146105af575b005b34801561017f57600080fd5b50610188610620565b60408051600160a060020a039092168252519081900360200190f35b3480156101b057600080fd5b506101b961062f565b60408051918252519081900360200190f35b3480156101d757600080fd5b5060408051602060046024803582810135848102808701860190975280865261026196843560ff1696369660449591949091019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106359650505050505050565b6040805160ff958616815293851660208501529190931682820152606082019290925290519081900360800190f35b60408051602060046044358181013583810280860185019096528085526101b9958335956024803560ff1696369695606495939492019291829185019084908082843750506040805187358901803560208181028481018201909552818452989b9a9989019892975090820195509350839250850190849080828437509497506106449650505050505050565b6101b960043560243561064e565b34801561033757600080fd5b50610340610656565b6040805160ff9092168252519081900360200190f35b34801561036257600080fd5b5061036e60043561065f565b604080519115158252519081900360200190f35b6101b960043561071c565b34801561039957600080fd5b50610171610b9f565b3480156103ae57600080fd5b506101b9600435610bdb565b3480156103c657600080fd5b506101b9610c47565b3480156103db57600080fd5b506101b9610c6b565b3480156103f057600080fd5b50610340610c71565b34801561040557600080fd5b50610171600160a060020a0360043516610c76565b6101b9610cd1565b34801561042e57600080fd5b50610188610d4a565b34801561044357600080fd5b50610340610d59565b6101b9610d67565b34801561046057600080fd5b50610188600160a060020a0360043581169060243516610eb3565b34801561048757600080fd5b50610188610f6b565b34801561049c57600080fd5b506101b9610f7a565b3480156104b157600080fd5b50610340610f9e565b3480156104c657600080fd5b506101b9600435610fa3565b3480156104de57600080fd5b506104f3600160a060020a0360043516610fdd565b6040805160ff909516855260208501939093528383019190915215156060830152519081900360800190f35b34801561052b57600080fd5b5061034060ff60043516611009565b34801561054657600080fd5b5061034060ff6004351661105c565b6101b9600435602435151561064e565b610188600160a060020a03600435166110a4565b34801561058557600080fd5b5061034061129b565b34801561059a57600080fd5b50610171600160a060020a03600435166112a0565b3480156105bb57600080fd5b50604080516020601f60643560048181013592830184900484028501840190955281845261036e94600160a060020a03813516946024803515159560ff6044351695369560849493019181908401838280828437509497506113129650505050505050565b600154600160a060020a031681565b60065481565b60076000808093509350935093565b6000949350505050565b600092915050565b60075460ff1681565b600254600090600160a060020a03163214806106855750600254600160a060020a031633145b151561069057600080fd5b600254604051600160a060020a039091169083156108fc029084906000818181858888f193505050501580156106ca573d6000803e3d6000fd5b5060025460408051600160a060020a03909216825260006020830152818101849052517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a1919050565b3360008181526008602090815260408083208054600282015460019092015483517f27c1c21d0000000000000000000000000000000000000000000000000000000081529351959695869560ff90931694899489949303928492839283928a926327c1c21d92600480820193929182900301818787803b15801561079f57600080fd5b505af11580156107b3573d6000803e3d6000fd5b505050506040513d60208110156107c957600080fd5b50511280156107d8575060008a135b156108005760075460ff908116908716106107f657600394506107fb565b600194505b61088c565b8560ff166064141561081b578915156107fb5782935061088c565b60075460ff90811690871610610886578915156107fb57600160a060020a03881660009081526008602052604090206002810154600754600190920154909160649161010090910460ff160204039150828211610878578161087a565b825b9350600219945061088c565b60001994505b60008411156109aa57828411156108a257600080fd5b86600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b1580156108e057600080fd5b505af11580156108f4573d6000803e3d6000fd5b505050506040513d602081101561090a57600080fd5b5051600160a060020a03808a16600090815260086020526040808220600201805489019055519293509083169186156108fc0291879190818181858888f1935050505015801561095e573d6000803e3d6000fd5b5060408051600160a060020a0380841682528a16602082015280820186905290517f6fad978e8a2a7d154cdbeac8b127068f0cb03d8f2d585fe8087161308cc3dd1d9181900360600190a15b604080518b81526020810187905281517fb6c1c013bb5004fe8e943c6890e300ccedf9bd73dcd4eb291b31b9f96874feff929181900390910190a1841515610a2c57600160a060020a0388166000908152600860205260408120805460ff19908116825560018201839055600282019290925560030180549091169055610b91565b6000851215610b0f5786600160a060020a031663f2fde38b88600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610a8257600080fd5b505af1158015610a96573d6000803e3d6000fd5b505050506040513d6020811015610aac57600080fd5b50516040805160e060020a63ffffffff8516028152600160a060020a03909216600483015251602480830192600092919082900301818387803b158015610af257600080fd5b505af1158015610b06573d6000803e3d6000fd5b50505050610b91565b6000851315610b9157604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523060048201529051600160a060020a0389169163f2fde38b91602480830192600092919082900301818387803b158015610b7857600080fd5b505af1158015610b8c573d6000803e3d6000fd5b505050505b509298975050505050505050565b600254600160a060020a0316321480610bc25750600254600160a060020a031633145b1515610bcd57600080fd5b600254600160a060020a0316ff5b6000816002191415610c0e57507f447261667420617070726f766564000000000000000000000000000000000000610c42565b8160031415610c3e57507f46696e616c20696e207265766965770000000000000000000000000000000000610c42565b5060005b919050565b7f46696e616c20696e20726576696577000000000000000000000000000000000081565b60055481565b600281565b600154600160a060020a03163214610c8d57600080fd5b600160a060020a0381161515610ca257600080fd5b6001805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b6000610cdb6114cb565b5060408051608081018252600080825260065460208084019182528385018381526001606086018181523386526008909352959093209351845460ff9190911660ff19918216178555915194840194909455905160028301559151600390910180549115159190921617905590565b600254600160a060020a031681565b600754610100900460ff1681565b33600081815260086020526040812060030154909190829060ff161515610d915760009250610eae565b81905030600160a060020a031681600160a060020a0316638da5cb5b6040518163ffffffff1660e060020a028152600401602060405180830381600087803b158015610ddc57600080fd5b505af1158015610df0573d6000803e3d6000fd5b505050506040513d6020811015610e0657600080fd5b5051600160a060020a03161415610e4957600160a060020a0382166000908152600860205260409020600281015460019091015414610e4457600080fd5b610e6f565b600160a060020a03821660009081526008602052604090206002015415610e6f57600080fd5b600160a060020a0382166000908152600860205260408120805460ff199081168255600182018390556002820183905560039091018054909116905592505b505090565b6002546000908190600160a060020a0316321480610edb5750600254600160a060020a031633145b1515610ee657600080fd5b50604080517ff2fde38b000000000000000000000000000000000000000000000000000000008152600160a060020a0384811660048301529151859283169163f2fde38b91602480830192600092919082900301818387803b158015610f4b57600080fd5b505af1158015610f5f573d6000803e3d6000fd5b50949695505050505050565b600354600160a060020a031681565b7f447261667420617070726f76656400000000000000000000000000000000000081565b600181565b600254600090600160a060020a0316321480610fc95750600254600160a060020a031633145b1515610fd457600080fd5b60069190915590565b600860205260009081526040902080546001820154600283015460039093015460ff9283169391921684565b600254600090600160a060020a031632148061102f5750600254600160a060020a031633145b151561103a57600080fd5b506007805461ff00191661010060ff9384168102919091179182905590041690565b600254600090600160a060020a03163214806110825750600254600160a060020a031633145b151561108d57600080fd5b506007805460ff191660ff92831617908190551690565b600160a060020a038116600090815260086020526040812060030154819060ff1615156110d057600080fd5b82905080600160a060020a03166302d05d3f6040518163ffffffff1660e060020a028152600401602060405180830381600087803b15801561111157600080fd5b505af1158015611125573d6000803e3d6000fd5b505050506040513d602081101561113b57600080fd5b5051600160a060020a0316321461115157600080fd5b600160a060020a03831660009081526008602052604090206002015434101561117957600080fd5b600160a060020a03808416600090815260086020908152604080832060020183905580517f8280dd8f0000000000000000000000000000000000000000000000000000000081526000196004820152905193851693638280dd8f93602480840194938390030190829087803b1580156111f157600080fd5b505af1158015611205573d6000803e3d6000fd5b505050506040513d602081101561121b57600080fd5b5050604080517ff2fde38b0000000000000000000000000000000000000000000000000000000081523260048201529051600160a060020a0383169163f2fde38b91602480830192600092919082900301818387803b15801561127d57600080fd5b505af1158015611291573d6000803e3d6000fd5b5050505050919050565b600481565b600254600160a060020a03163214806112c35750600254600160a060020a031633145b15156112ce57600080fd5b600160a060020a03811615156112e357600080fd5b6002805473ffffffffffffffffffffffffffffffffffffffff1916600160a060020a0392909216919091179055565b600160a060020a0384166000818152600860209081526040808320805460ff191660ff881617905580517fb816f5130000000000000000000000000000000000000000000000000000000081529051929388938593849363b816f513926004808301939282900301818787803b15801561138b57600080fd5b505af115801561139f573d6000803e3d6000fd5b505050506040513d60208110156113b557600080fd5b50516040517f87e86b2c000000000000000000000000000000000000000000000000000000008152600160a060020a038a8116600483019081528a15156024840152606060448401908152895160648501528951949650918616936387e86b2c938d938d938c93909260840190602085019080838360005b8381101561144557818101518382015260200161142d565b50505050905090810190601f1680156114725780820380516001836020036101000a031916815260200191505b50945050505050602060405180830381600087803b15801561149357600080fd5b505af11580156114a7573d6000803e3d6000fd5b505050506040513d60208110156114bd57600080fd5b505198975050505050505050565b604080516080810182526000808252602082018190529181018290526060810191909152905600a165627a7a723058203cd7cf68d58fc177b6a635bda8125ed3f471d66389e09531873c99f4f2cb84e50029831d26b8a08e10fe9c4ef6cbe5f34c65cd33ba1bd6c74df5c4e97806e656741179473c182da0160c08e7ebd515c0c3ea9a9ea6bbef5cc5f29b6fd56a99604ee52908e22252e4",
"networkId": 955210,
"wait": "<function>",
"contractAddress": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [],
"cumulativeGasUsed": {
"_hex": "0x18dce8"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117047,
"blockHash": "0x1bf1dfec792490bbeef113c1ddcb6056885bbb4b823cac23e693453cfb3a048e",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0xf4d9bae800000000000000000000000000000000000000000000000006f05b59d3b20000",
"topics": [
"0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
],
"transactionHash": "0xb2b28a59b863a78696de2eb8a4274e94a375a9c1dbc715ffe359ea823c4df960",
"logIndex": 0,
"decode": "<function>",
"name": "SetAccessCharge",
"signature": "SetAccessCharge(uint256)",
"topic": "0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3",
"values": {
"0": {
"_hex": "0x06f05b59d3b20000"
},
"accessCharge": {
"_hex": "0x06f05b59d3b20000"
},
"length": 1
},
"contract": "BaseContent",
"hash": "0xb2b28a59b863a78696de2eb8a4274e94a375a9c1dbc715ffe359ea823c4df960",
"confirmations": 10,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0xaefc"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 89,
"r": "0x1366ae3fa80b5777d6e71ba04611512d90bcd772a98d03ad64f8f0a3f5e5cd61",
"s": "0x08419162a7fb1018746dac389d910d64069d8dc2259fb885e8d6e0b4cd1bac79",
"v": 1910455,
"creates": null,
"raw": "0xf88b598501dcd6500082aefc949e8d8b76b0d624519c5518819f29158879580c1a80a4f4d9bae800000000000000000000000000000000000000000000000006f05b59d3b20000831d26b7a01366ae3fa80b5777d6e71ba04611512d90bcd772a98d03ad64f8f0a3f5e5cd61a008419162a7fb1018746dac389d910d64069d8dc2259fb885e8d6e0b4cd1bac79",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0xaefc"
},
"logsBloom": "0x00000000000000100000000000000000000000000000000000000000000000000000000000401000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117047,
"transactionHash": "0xb2b28a59b863a78696de2eb8a4274e94a375a9c1dbc715ffe359ea823c4df960",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x4114f8ef80b6de2161db580cbefa14e1892d15d3ebe2062c9914e4a5773114a3"
],
"data": "0x00000000000000000000000000000000000000000000000006f05b59d3b20000",
"logIndex": 0,
"blockHash": "0x1bf1dfec792490bbeef113c1ddcb6056885bbb4b823cac23e693453cfb3a048e",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0xaefc"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117045,
"blockHash": "0x9ba6bd621e84b482de949759adcaea1d269cb9cf85323fde1ebd881472bb20e5",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xbf965f8a6b7da7599cfaf091ee4719d5379b3d80f7f52e3b4914f3c34b362093",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"length": 2
},
"hash": "0xbf965f8a6b7da7599cfaf091ee4719d5379b3d80f7f52e3b4914f3c34b362093",
"confirmations": 12,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"value": {
"_hex": "0x0"
},
"nonce": 5253,
"r": "0x91470db337421788db6b171d6a4df2911645b728e6d9d917fae4e188544ae0bb",
"s": "0x355bf6a1be17d28caef07f8077662f3ecbd61f8835bda2bbff2636649de61ecc",
"v": 27,
"creates": null,
"raw": "0xf86b8214858501dcd6500083989680942078ccf4d5eb9ff0b4b26eaec0526158fadfb25c8084446e88261ba091470db337421788db6b171d6a4df2911645b728e6d9d917fae4e188544ae0bba0355bf6a1be17d28caef07f8077662f3ecbd61f8835bda2bbff2636649de61ecc",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x290e3"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000002000000000000000000000100000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117045,
"transactionHash": "0xbf965f8a6b7da7599cfaf091ee4719d5379b3d80f7f52e3b4914f3c34b362093",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f484372354d696d7061667770665339467a7552363645413455784532336d425154753137624731666250314839556e37756b58796334454534504d6a6e6d6d6978636266767133335958000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x9ba6bd621e84b482de949759adcaea1d269cb9cf85323fde1ebd881472bb20e5",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x290e3"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117046,
"blockHash": "0xef4e3ec3ac25df4e00f1853a576a6cc15cec1f65b035ad24f3e7b8435683f770",
"hash": "0x1f6c1be4be86543814d584b86b4180dbf5e3a07463abc790d49456fe2db25731",
"parentHash": "0x9ba6bd621e84b482de949759adcaea1d269cb9cf85323fde1ebd881472bb20e5",
"number": 117046,
"timestamp": 1573512360,
"nonce": 88,
"difficulty": 2,
"gasLimit": {
"_hex": "0x6dd2"
},
"gasUsed": {
"_hex": "0x6dd2"
},
"miner": "0x0000000000000000000000000000000000000000",
"extraData": "0xd683010815846765746886676f312e3133856c696e7578000000000000000000da10f9c559b1801cac2fe9be0bb237f8a83a151198ca7903c176dbfd8d1ba8ea03c9f4735e97337d8365620bb8ec4a705fb6f148c69de467a55991ed31988e1e01",
"transactions": [
"0x1f6c1be4be86543814d584b86b4180dbf5e3a07463abc790d49456fe2db25731"
],
"transactionHash": "0x1f6c1be4be86543814d584b86b4180dbf5e3a07463abc790d49456fe2db25731",
"transactionIndex": 0,
"confirmations": 11,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"data": "0xaa024e8b000000000000000000000000000000000000000000000000000000000000000a",
"r": "0xb2bb88e0bb004d65b854ba0ffe61f9ad867dddb23f76cdcbe9a0fd850c977717",
"s": "0x6999f40d3076704ced02dee5181c28cc7dbb146b594038783e0fe3602bd3a080",
"v": 1910456,
"creates": null,
"raw": "0xf88b588501dcd65000826dd2949e8d8b76b0d624519c5518819f29158879580c1a80a4aa024e8b000000000000000000000000000000000000000000000000000000000000000a831d26b8a0b2bb88e0bb004d65b854ba0ffe61f9ad867dddb23f76cdcbe9a0fd850c977717a06999f40d3076704ced02dee5181c28cc7dbb146b594038783e0fe3602bd3a080",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [],
"cumulativeGasUsed": {
"_hex": "0x6dd2"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117044,
"blockHash": "0xf31dc31a2984a540c590bd025c0bc3dc4deaed28c51aeed9d57fdb158a28dffe",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f484372354d696d7061667770665339467a7552363645413455784532336d425154753137624731666250314839556e37756b58796334454534504d6a6e6d6d6978636266767133335958000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xa050ec5f29054553427ea11a5defce04c7e1a0426259772e704164a91636026e",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"2": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"objectHash": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"length": 3
},
"hash": "0xa050ec5f29054553427ea11a5defce04c7e1a0426259772e704164a91636026e",
"confirmations": 13,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x204ed"
},
"to": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"value": {
"_hex": "0x0"
},
"nonce": 87,
"r": "0xf589bb6407556050e6c71967cab690f93f6c776beae28815bdf7c9dcbd2f1da6",
"s": "0x0e5a3baa125503b1ce21c7b8ddffdf078b71e7f2de0953c34dbea420dfe67e28",
"v": 1910455,
"creates": null,
"raw": "0xf9010d578501dcd65000830204ed942078ccf4d5eb9ff0b4b26eaec0526158fadfb25c80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f484372354d696d7061667770665339467a7552363645413455784532336d425154753137624731666250314839556e37756b58796334454534504d6a6e6d6d6978636266767133335958000000000000000000000000000000000000831d26b7a0f589bb6407556050e6c71967cab690f93f6c776beae28815bdf7c9dcbd2f1da6a00e5a3baa125503b1ce21c7b8ddffdf078b71e7f2de0953c34dbea420dfe67e28",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x204ed"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000002000000000000000000000100000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117044,
"transactionHash": "0xa050ec5f29054553427ea11a5defce04c7e1a0426259772e704164a91636026e",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f484372354d696d7061667770665339467a7552363645413455784532336d425154753137624731666250314839556e37756b58796334454534504d6a6e6d6d6978636266767133335958000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xf31dc31a2984a540c590bd025c0bc3dc4deaed28c51aeed9d57fdb158a28dffe",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x204ed"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117043,
"blockHash": "0x8c281db2b8aed0befafc8f8e56814bfdf4ecf5ca67ca0415540f4c54b9e0a485",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c8090000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d36b5d900000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x3c22bead0550b03b7a5d4d2b1c39b956e81e32ce83daffbc5dea5bfad4bcbdb5",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e47f"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d36b5d9"
},
"timestamp": {
"_hex": "0x5dc9e47f"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d36b5d9"
},
"length": 6
},
"contract": "BaseContentFactoryExt",
"hash": "0x3c22bead0550b03b7a5d4d2b1c39b956e81e32ce83daffbc5dea5bfad4bcbdb5",
"confirmations": 14,
"from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x3d0900"
},
"to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"value": {
"_hex": "0x0"
},
"nonce": 33318,
"r": "0x4837b332a251b0d90232ebd18ed2116414271dd0b837bbe0cc2608a172d81698",
"s": "0x2fb2d830b33e6fb86bd294af7fb7e119e2f789ec63378e6130086eea09897c22",
"v": 27,
"creates": null,
"raw": "0xf902ad8282268501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9024478cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c8090000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d36b5d9000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000001ba04837b332a251b0d90232ebd18ed2116414271dd0b837bbe0cc2608a172d81698a02fb2d830b33e6fb86bd294af7fb7e119e2f789ec63378e6130086eea09897c22",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x9790"
},
"logsBloom": "0x00000000000000000000200000000000000002000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117043,
"transactionHash": "0x3c22bead0550b03b7a5d4d2b1c39b956e81e32ce83daffbc5dea5bfad4bcbdb5",
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e47f000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
"logIndex": 0,
"blockHash": "0x8c281db2b8aed0befafc8f8e56814bfdf4ecf5ca67ca0415540f4c54b9e0a485",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x9790"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117041,
"blockHash": "0x12764edd517886fd90194c290ef6dc1dde3352e8c3f257e7b76ea6828a0821dd",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x96fdffca66d7d6edd041df3a363e82285e43506be24bcd571de680a442dd04ff",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"length": 2
},
"hash": "0x96fdffca66d7d6edd041df3a363e82285e43506be24bcd571de680a442dd04ff",
"confirmations": 16,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"value": {
"_hex": "0x0"
},
"nonce": 5252,
"r": "0xf3aa6e3e209f1c115b9e5d459f2123907ab74aaaf6492adda72335bc1de35040",
"s": "0x465c13d71c9deb3f033d33ea5e3803ac7053f4a3e5c7b81ca8886a991f3115f1",
"v": 27,
"creates": null,
"raw": "0xf86b8214848501dcd6500083989680942078ccf4d5eb9ff0b4b26eaec0526158fadfb25c8084446e88261ba0f3aa6e3e209f1c115b9e5d459f2123907ab74aaaf6492adda72335bc1de35040a0465c13d71c9deb3f033d33ea5e3803ac7053f4a3e5c7b81ca8886a991f3115f1",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x189c1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000002000000000000000000000100000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117041,
"transactionHash": "0x96fdffca66d7d6edd041df3a363e82285e43506be24bcd571de680a442dd04ff",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f45337a335a5a704d3858534b6a35505a53396471585259525357786848724b4b426e573148675339665565775975796f584a516352757a4d5835446b6f5032684e325432424c53733446000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x12764edd517886fd90194c290ef6dc1dde3352e8c3f257e7b76ea6828a0821dd",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x189c1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117042,
"blockHash": "0xde7137ea2eaff1d1263487876a04da6e18c15b5d9d66ad8be762709a683bdb70",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc40000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d3cb3e900000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x9616c53c75abc9316680121e5343d3445890ff9b3e4d832ff56cc6582369378a",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e475"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e475"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt",
"hash": "0x9616c53c75abc9316680121e5343d3445890ff9b3e4d832ff56cc6582369378a",
"confirmations": 15,
"from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x3d0900"
},
"to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"value": {
"_hex": "0x0"
},
"nonce": 33317,
"r": "0x26be1119d152d97d75683507d2663c7e3fd95599f221e695c794e89f5ca5254c",
"s": "0x27b12d8623fb5db69ce166edc026ae1936737776277fb9474d9426794f843404",
"v": 27,
"creates": null,
"raw": "0xf902ad8282258501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9024478cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc40000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d3cb3e9000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000001ba026be1119d152d97d75683507d2663c7e3fd95599f221e695c794e89f5ca5254ca027b12d8623fb5db69ce166edc026ae1936737776277fb9474d9426794f843404",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x9790"
},
"logsBloom": "0x00000000000000000000200000000000000002000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117042,
"transactionHash": "0x9616c53c75abc9316680121e5343d3445890ff9b3e4d832ff56cc6582369378a",
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e475000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"logIndex": 0,
"blockHash": "0xde7137ea2eaff1d1263487876a04da6e18c15b5d9d66ad8be762709a683bdb70",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x9790"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117040,
"blockHash": "0xa0168659c8d4de2ad37cdcac2d4f9306b0255b9229ca471ca721c1e42156da25",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f45337a335a5a704d3858534b6a35505a53396471585259525357786848724b4b426e573148675339665565775975796f584a516352757a4d5835446b6f5032684e325432424c53733446000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xd37a57841b95b3918e54254df54d0a79ec65694b4e4d0cdba730d1e87fd8c915",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"2": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"objectHash": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"length": 3
},
"hash": "0xd37a57841b95b3918e54254df54d0a79ec65694b4e4d0cdba730d1e87fd8c915",
"confirmations": 17,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x23f85"
},
"to": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"value": {
"_hex": "0x0"
},
"nonce": 86,
"r": "0x7cd06815a1f3b8481da26fcf448e0dcb1a0499d75640e99a7585c27b301ff204",
"s": "0x605e885b3619b2d66938b1a379f025c8573cb919408abfed732df055238b1a7f",
"v": 1910455,
"creates": null,
"raw": "0xf9010d568501dcd6500083023f85942078ccf4d5eb9ff0b4b26eaec0526158fadfb25c80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f45337a335a5a704d3858534b6a35505a53396471585259525357786848724b4b426e573148675339665565775975796f584a516352757a4d5835446b6f5032684e325432424c53733446000000000000000000000000000000000000831d26b7a07cd06815a1f3b8481da26fcf448e0dcb1a0499d75640e99a7585c27b301ff204a0605e885b3619b2d66938b1a379f025c8573cb919408abfed732df055238b1a7f",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x23f85"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000002000000000000000000000100000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117040,
"transactionHash": "0xd37a57841b95b3918e54254df54d0a79ec65694b4e4d0cdba730d1e87fd8c915",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f45337a335a5a704d3858534b6a35505a53396471585259525357786848724b4b426e573148675339665565775975796f584a516352757a4d5835446b6f5032684e325432424c53733446000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xa0168659c8d4de2ad37cdcac2d4f9306b0255b9229ca471ca721c1e42156da25",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x23f85"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117039,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x01"
},
"1": 0,
"2": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x01"
},
"level": 0,
"contentHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
},
"contract": "BaseContent",
"hash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"confirmations": 18,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x18bd5"
},
"to": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"value": {
"_hex": "0x0"
},
"nonce": 85,
"r": "0x57b72b8b7fdcd08f33e02f127a8f6402dc4f65eca0087e9c2ade64486670f732",
"s": "0x31bac8d56f0f8fd5e467d463ab3c27996fc059d04004ef21f88fe47194cc1d17",
"v": 1910455,
"creates": null,
"raw": "0xf9022e558501dcd6500083018bd5944ecf17d82730b9770e872984f701196a80c8cfb380b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a057b72b8b7fdcd08f33e02f127a8f6402dc4f65eca0087e9c2ade64486670f732a031bac8d56f0f8fd5e467d463ab3c27996fc059d04004ef21f88fe47194cc1d17",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x18bd5"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000800000000000000040000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a697875380000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x18bd5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117039,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent",
"hash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"confirmations": 18,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x18bd5"
},
"to": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"value": {
"_hex": "0x0"
},
"nonce": 85,
"r": "0x57b72b8b7fdcd08f33e02f127a8f6402dc4f65eca0087e9c2ade64486670f732",
"s": "0x31bac8d56f0f8fd5e467d463ab3c27996fc059d04004ef21f88fe47194cc1d17",
"v": 1910455,
"creates": null,
"raw": "0xf9022e558501dcd6500083018bd5944ecf17d82730b9770e872984f701196a80c8cfb380b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a057b72b8b7fdcd08f33e02f127a8f6402dc4f65eca0087e9c2ade64486670f732a031bac8d56f0f8fd5e467d463ab3c27996fc059d04004ef21f88fe47194cc1d17",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x18bd5"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000800000000000000040000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a697875380000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x18bd5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117039,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent",
"hash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"confirmations": 18,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x18bd5"
},
"to": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"value": {
"_hex": "0x0"
},
"nonce": 85,
"r": "0x57b72b8b7fdcd08f33e02f127a8f6402dc4f65eca0087e9c2ade64486670f732",
"s": "0x31bac8d56f0f8fd5e467d463ab3c27996fc059d04004ef21f88fe47194cc1d17",
"v": 1910455,
"creates": null,
"raw": "0xf9022e558501dcd6500083018bd5944ecf17d82730b9770e872984f701196a80c8cfb380b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b7a057b72b8b7fdcd08f33e02f127a8f6402dc4f65eca0087e9c2ade64486670f732a031bac8d56f0f8fd5e467d463ab3c27996fc059d04004ef21f88fe47194cc1d17",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x18bd5"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000800000000000000040000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a697875380000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x18bd5"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117037,
"blockHash": "0xef97452f2e003603cf30c170749fe1b252e1466a1493c572d5354ee49e4d1d8c",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x25dd226152a4b4e1f8a419a8834dc71237bbd8538ba7c1f29ac426b3eba963ca",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0x25dd226152a4b4e1f8a419a8834dc71237bbd8538ba7c1f29ac426b3eba963ca",
"confirmations": 20,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5f3c"
},
"to": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"value": {
"_hex": "0x0"
},
"nonce": 83,
"r": "0x67810ac6ab73ccd5dbd355244a2105c0de29f1f013998eac140e6fcef624eb4f",
"s": "0x3d885dfa0858f4e665268c59bda1f710fdbeb3afccb8c6a0da1349b69a9e5178",
"v": 1910456,
"creates": null,
"raw": "0xf86b538501dcd65000825f3c942078ccf4d5eb9ff0b4b26eaec0526158fadfb25c8084c287e0ed831d26b8a067810ac6ab73ccd5dbd355244a2105c0de29f1f013998eac140e6fcef624eb4fa03d885dfa0858f4e665268c59bda1f710fdbeb3afccb8c6a0da1349b69a9e5178",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000002000000000000000000000100000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117037,
"transactionHash": "0x25dd226152a4b4e1f8a419a8834dc71237bbd8538ba7c1f29ac426b3eba963ca",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xef97452f2e003603cf30c170749fe1b252e1466a1493c572d5354ee49e4d1d8c",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"1": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"content_type": "0x9a4aab1D4408D14deAb7CCD49Be106B28482fa49",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary",
"hash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"confirmations": 21,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x41a16a"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 82,
"r": "0x3a5df6f9879dbf13fb5029d1f8e2bf38700bdc95075eae30660eaac159b538aa",
"s": "0x1a026b92c74016f52bc2ad9045b52d5d14bb33eaa88f431f26eeb8cf56c81d82",
"v": 1910455,
"creates": null,
"raw": "0xf88c528501dcd650008341a16a948c3c78faa774151ec3899d20f31a54efb1729b9a80a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b7a03a5df6f9879dbf13fb5029d1f8e2bf38700bdc95075eae30660eaac159b538aaa01a026b92c74016f52bc2ad9045b52d5d14bb33eaa88f431f26eeb8cf56c81d82",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3fa5c5"
},
"logsBloom": "0x0000010004000000000000000000000000000000000000000000000000000002000218000004000000000000110000000000000000000200800000000000040004080000002000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000020000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 0,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c",
"logIndex": 4,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3fa5c5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"contentAddress": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"confirmations": 21,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x41a16a"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 82,
"r": "0x3a5df6f9879dbf13fb5029d1f8e2bf38700bdc95075eae30660eaac159b538aa",
"s": "0x1a026b92c74016f52bc2ad9045b52d5d14bb33eaa88f431f26eeb8cf56c81d82",
"v": 1910455,
"creates": null,
"raw": "0xf88c528501dcd650008341a16a948c3c78faa774151ec3899d20f31a54efb1729b9a80a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b7a03a5df6f9879dbf13fb5029d1f8e2bf38700bdc95075eae30660eaac159b538aaa01a026b92c74016f52bc2ad9045b52d5d14bb33eaa88f431f26eeb8cf56c81d82",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3fa5c5"
},
"logsBloom": "0x0000010004000000000000000000000000000000000000000000000000000002000218000004000000000000110000000000000000000200800000000000040004080000002000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000020000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 0,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c",
"logIndex": 4,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3fa5c5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"aggregate": 200,
"length": 3
},
"hash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"confirmations": 21,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x41a16a"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 82,
"r": "0x3a5df6f9879dbf13fb5029d1f8e2bf38700bdc95075eae30660eaac159b538aa",
"s": "0x1a026b92c74016f52bc2ad9045b52d5d14bb33eaa88f431f26eeb8cf56c81d82",
"v": 1910455,
"creates": null,
"raw": "0xf88c528501dcd650008341a16a948c3c78faa774151ec3899d20f31a54efb1729b9a80a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b7a03a5df6f9879dbf13fb5029d1f8e2bf38700bdc95075eae30660eaac159b538aaa01a026b92c74016f52bc2ad9045b52d5d14bb33eaa88f431f26eeb8cf56c81d82",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3fa5c5"
},
"logsBloom": "0x0000010004000000000000000000000000000000000000000000000000000002000218000004000000000000110000000000000000000200800000000000040004080000002000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000020000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 0,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c",
"logIndex": 4,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3fa5c5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"confirmations": 21,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x41a16a"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 82,
"r": "0x3a5df6f9879dbf13fb5029d1f8e2bf38700bdc95075eae30660eaac159b538aa",
"s": "0x1a026b92c74016f52bc2ad9045b52d5d14bb33eaa88f431f26eeb8cf56c81d82",
"v": 1910455,
"creates": null,
"raw": "0xf88c528501dcd650008341a16a948c3c78faa774151ec3899d20f31a54efb1729b9a80a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b7a03a5df6f9879dbf13fb5029d1f8e2bf38700bdc95075eae30660eaac159b538aaa01a026b92c74016f52bc2ad9045b52d5d14bb33eaa88f431f26eeb8cf56c81d82",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3fa5c5"
},
"logsBloom": "0x0000010004000000000000000000000000000000000000000000000000000002000218000004000000000000110000000000000000000200800000000000040004080000002000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000020000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 0,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c",
"logIndex": 4,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3fa5c5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent",
"hash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"confirmations": 21,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x41a16a"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 82,
"r": "0x3a5df6f9879dbf13fb5029d1f8e2bf38700bdc95075eae30660eaac159b538aa",
"s": "0x1a026b92c74016f52bc2ad9045b52d5d14bb33eaa88f431f26eeb8cf56c81d82",
"v": 1910455,
"creates": null,
"raw": "0xf88c528501dcd650008341a16a948c3c78faa774151ec3899d20f31a54efb1729b9a80a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b7a03a5df6f9879dbf13fb5029d1f8e2bf38700bdc95075eae30660eaac159b538aaa01a026b92c74016f52bc2ad9045b52d5d14bb33eaa88f431f26eeb8cf56c81d82",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3fa5c5"
},
"logsBloom": "0x0000010004000000000000000000000000000000000000000000000000000002000218000004000000000000110000000000000000000200800000000000040004080000002000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000020000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 0,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c",
"logIndex": 4,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3fa5c5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117036,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionIndex": 0,
"removed": false,
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"data": "0x1e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"containingLibrary": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"length": 1
},
"contract": "BaseContent",
"hash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"confirmations": 21,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x41a16a"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 82,
"r": "0x3a5df6f9879dbf13fb5029d1f8e2bf38700bdc95075eae30660eaac159b538aa",
"s": "0x1a026b92c74016f52bc2ad9045b52d5d14bb33eaa88f431f26eeb8cf56c81d82",
"v": 1910455,
"creates": null,
"raw": "0xf88c528501dcd650008341a16a948c3c78faa774151ec3899d20f31a54efb1729b9a80a41e35d8fa0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa49831d26b7a03a5df6f9879dbf13fb5029d1f8e2bf38700bdc95075eae30660eaac159b538aaa01a026b92c74016f52bc2ad9045b52d5d14bb33eaa88f431f26eeb8cf56c81d82",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3fa5c5"
},
"logsBloom": "0x0000010004000000000000000000000000000000000000000000000000000002000218000004000000000000110000000000000000000200800000000000040004080000002000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000020000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 0,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c",
"logIndex": 4,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 117036,
"transactionHash": "0x73b1a1b54fc950dea8ce898e2835cafa63af34933a07afc677fa7cf4ce413207",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000002078ccf4d5eb9ff0b4b26eaec0526158fadfb25c0000000000000000000000009a4aab1d4408d14deab7ccd49be106b28482fa490000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xd07350644904d1ab0de3428cfe428be97ec00f71c1e8d5e8e74e753f4c54964b",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3fa5c5"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117035,
"blockHash": "0x0a8ebc3651b44a2935ddec7992ecba6d3de49f0dee8e63ece018bbf1e095ea48",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xe234477f31d27d2267ca4b607e4f5932d40ba82dd8c221955a2f523db3a8eac7",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"length": 2
},
"hash": "0xe234477f31d27d2267ca4b607e4f5932d40ba82dd8c221955a2f523db3a8eac7",
"confirmations": 22,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"value": {
"_hex": "0x0"
},
"nonce": 5251,
"r": "0x0594e669eac6869ea396e33f06abcd3a0c1496192f64b1889c690288bcdaabdf",
"s": "0x0ca7684f12e1f14d68b5bb1380bb987bd5a14e971e256075339758640235db31",
"v": 28,
"creates": null,
"raw": "0xf86b8214838501dcd6500083989680944ecf17d82730b9770e872984f701196a80c8cfb38084446e88261ca00594e669eac6869ea396e33f06abcd3a0c1496192f64b1889c690288bcdaabdfa00ca7684f12e1f14d68b5bb1380bb987bd5a14e971e256075339758640235db31",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x189c1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000800000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117035,
"transactionHash": "0xe234477f31d27d2267ca4b607e4f5932d40ba82dd8c221955a2f523db3a8eac7",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a69787538000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x0a8ebc3651b44a2935ddec7992ecba6d3de49f0dee8e63ece018bbf1e095ea48",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x189c1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117038,
"blockHash": "0xb6301fdd06bb8ba22973c0154f99df22c490bc9e1850868fa1431f1b8b917d3c",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0xf1551887",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"transactionHash": "0x77e6ef517cbdce2ee9c0a688ca206043b9edeac89cef7867692b5f811f560f6c",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
},
"hash": "0x77e6ef517cbdce2ee9c0a688ca206043b9edeac89cef7867692b5f811f560f6c",
"confirmations": 19,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5d79"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 84,
"r": "0xae161ede1cec5c0ec34d047ac4e6a1c8a9a778d66c69de4e7744a5c635a94392",
"s": "0x50e53e85624db368601e8baf029bc35635a5eb42651bd1fa9b8a742f11460e4e",
"v": 1910455,
"creates": null,
"raw": "0xf86b548501dcd65000825d79948c3c78faa774151ec3899d20f31a54efb1729b9a8084f1551887831d26b7a0ae161ede1cec5c0ec34d047ac4e6a1c8a9a778d66c69de4e7744a5c635a94392a050e53e85624db368601e8baf029bc35635a5eb42651bd1fa9b8a742f11460e4e",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5d79"
},
"logsBloom": "0x00000100000000000000000000000000000000000000000000000000000000000008100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117038,
"transactionHash": "0x77e6ef517cbdce2ee9c0a688ca206043b9edeac89cef7867692b5f811f560f6c",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"data": "0x",
"logIndex": 0,
"blockHash": "0xb6301fdd06bb8ba22973c0154f99df22c490bc9e1850868fa1431f1b8b917d3c",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5d79"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117034,
"blockHash": "0x9c0be0097ab87183d29906534ec9fe5ab97f8616481ba5367343fd77ccda7bf0",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a69787538000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x94b69b7b86c2e8fd576a585493e993288f10ed7410edbf9de92efc4b3dde2c6e",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"2": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"objectHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"length": 3
},
"hash": "0x94b69b7b86c2e8fd576a585493e993288f10ed7410edbf9de92efc4b3dde2c6e",
"confirmations": 23,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x23f85"
},
"to": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"value": {
"_hex": "0x0"
},
"nonce": 81,
"r": "0x9446a29ebf2df34ed28b5b22d5e3240e1c97ba6b372d2ba9b3c9a22f32bd7147",
"s": "0x683f0b202d50aefab7c92ea36d9da99283a0cd6bc3668826b5ce926543af2e88",
"v": 1910455,
"creates": null,
"raw": "0xf9010d518501dcd6500083023f85944ecf17d82730b9770e872984f701196a80c8cfb380b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a69787538000000000000000000000000000000000000831d26b7a09446a29ebf2df34ed28b5b22d5e3240e1c97ba6b372d2ba9b3c9a22f32bd7147a0683f0b202d50aefab7c92ea36d9da99283a0cd6bc3668826b5ce926543af2e88",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x23f85"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000004000800000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117034,
"transactionHash": "0x94b69b7b86c2e8fd576a585493e993288f10ed7410edbf9de92efc4b3dde2c6e",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a69787538000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x9c0be0097ab87183d29906534ec9fe5ab97f8616481ba5367343fd77ccda7bf0",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x23f85"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117033,
"blockHash": "0x338d680716a5c57d1d4b103b9bf7f375b49a56784df43a03b115d3b8107377af",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xa92cdecb935b85f7ac6bffe9613bd22c6124e1477350bd3b522bca2d385e5556",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0xa92cdecb935b85f7ac6bffe9613bd22c6124e1477350bd3b522bca2d385e5556",
"confirmations": 24,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5f3c"
},
"to": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"value": {
"_hex": "0x0"
},
"nonce": 80,
"r": "0xbe760d3ec4dbd6605f4911fe823c231c6611125b2ba74f238207721dc03f4be4",
"s": "0x36e165b4696fc6a5dc64906e95403f83ae913a22e17da3ae04d29abef0095d60",
"v": 1910455,
"creates": null,
"raw": "0xf86b508501dcd65000825f3c944ecf17d82730b9770e872984f701196a80c8cfb38084c287e0ed831d26b7a0be760d3ec4dbd6605f4911fe823c231c6611125b2ba74f238207721dc03f4be4a036e165b4696fc6a5dc64906e95403f83ae913a22e17da3ae04d29abef0095d60",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000800000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117033,
"transactionHash": "0xa92cdecb935b85f7ac6bffe9613bd22c6124e1477350bd3b522bca2d385e5556",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x338d680716a5c57d1d4b103b9bf7f375b49a56784df43a03b115d3b8107377af",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117032,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"1": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"content_type": "0xdd83Ef98093b547d737538ef85F1a62e45b1c5D4",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary",
"hash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"confirmations": 25,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x41a16a"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 79,
"r": "0xd7bbce2ca3f73586080ac823f6b89071d4856a31a55a78d989cac29b59ab14cf",
"s": "0x65b626362f7d2dce27daa921a809fb7836c3b0feb8d488f9e4dce646fa76f791",
"v": 1910456,
"creates": null,
"raw": "0xf88c4f8501dcd650008341a16a948c3c78faa774151ec3899d20f31a54efb1729b9a80a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b8a0d7bbce2ca3f73586080ac823f6b89071d4856a31a55a78d989cac29b59ab14cfa065b626362f7d2dce27daa921a809fb7836c3b0feb8d488f9e4dce646fa76f791",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3fa5c5"
},
"logsBloom": "0x0000010004000000000000000000000000000000000000000000000000000002000018000004000000000000100000000000000000000200800000000000040004088000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000020000000000000000000000000000010000000000000000a000004000800000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 0,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb300000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3",
"logIndex": 4,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3fa5c5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117032,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"contentAddress": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"confirmations": 25,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x41a16a"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 79,
"r": "0xd7bbce2ca3f73586080ac823f6b89071d4856a31a55a78d989cac29b59ab14cf",
"s": "0x65b626362f7d2dce27daa921a809fb7836c3b0feb8d488f9e4dce646fa76f791",
"v": 1910456,
"creates": null,
"raw": "0xf88c4f8501dcd650008341a16a948c3c78faa774151ec3899d20f31a54efb1729b9a80a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b8a0d7bbce2ca3f73586080ac823f6b89071d4856a31a55a78d989cac29b59ab14cfa065b626362f7d2dce27daa921a809fb7836c3b0feb8d488f9e4dce646fa76f791",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3fa5c5"
},
"logsBloom": "0x0000010004000000000000000000000000000000000000000000000000000002000018000004000000000000100000000000000000000200800000000000040004088000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000020000000000000000000000000000010000000000000000a000004000800000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 0,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb300000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3",
"logIndex": 4,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3fa5c5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117032,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"aggregate": 200,
"length": 3
},
"hash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"confirmations": 25,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x41a16a"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 79,
"r": "0xd7bbce2ca3f73586080ac823f6b89071d4856a31a55a78d989cac29b59ab14cf",
"s": "0x65b626362f7d2dce27daa921a809fb7836c3b0feb8d488f9e4dce646fa76f791",
"v": 1910456,
"creates": null,
"raw": "0xf88c4f8501dcd650008341a16a948c3c78faa774151ec3899d20f31a54efb1729b9a80a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b8a0d7bbce2ca3f73586080ac823f6b89071d4856a31a55a78d989cac29b59ab14cfa065b626362f7d2dce27daa921a809fb7836c3b0feb8d488f9e4dce646fa76f791",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3fa5c5"
},
"logsBloom": "0x0000010004000000000000000000000000000000000000000000000000000002000018000004000000000000100000000000000000000200800000000000040004088000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000020000000000000000000000000000010000000000000000a000004000800000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 0,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb300000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3",
"logIndex": 4,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3fa5c5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117032,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"confirmations": 25,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x41a16a"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 79,
"r": "0xd7bbce2ca3f73586080ac823f6b89071d4856a31a55a78d989cac29b59ab14cf",
"s": "0x65b626362f7d2dce27daa921a809fb7836c3b0feb8d488f9e4dce646fa76f791",
"v": 1910456,
"creates": null,
"raw": "0xf88c4f8501dcd650008341a16a948c3c78faa774151ec3899d20f31a54efb1729b9a80a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b8a0d7bbce2ca3f73586080ac823f6b89071d4856a31a55a78d989cac29b59ab14cfa065b626362f7d2dce27daa921a809fb7836c3b0feb8d488f9e4dce646fa76f791",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3fa5c5"
},
"logsBloom": "0x0000010004000000000000000000000000000000000000000000000000000002000018000004000000000000100000000000000000000200800000000000040004088000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000020000000000000000000000000000010000000000000000a000004000800000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 0,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb300000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3",
"logIndex": 4,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3fa5c5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117032,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent",
"hash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"confirmations": 25,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x41a16a"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 79,
"r": "0xd7bbce2ca3f73586080ac823f6b89071d4856a31a55a78d989cac29b59ab14cf",
"s": "0x65b626362f7d2dce27daa921a809fb7836c3b0feb8d488f9e4dce646fa76f791",
"v": 1910456,
"creates": null,
"raw": "0xf88c4f8501dcd650008341a16a948c3c78faa774151ec3899d20f31a54efb1729b9a80a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b8a0d7bbce2ca3f73586080ac823f6b89071d4856a31a55a78d989cac29b59ab14cfa065b626362f7d2dce27daa921a809fb7836c3b0feb8d488f9e4dce646fa76f791",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3fa5c5"
},
"logsBloom": "0x0000010004000000000000000000000000000000000000000000000000000002000018000004000000000000100000000000000000000200800000000000040004088000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000020000000000000000000000000000010000000000000000a000004000800000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 0,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb300000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3",
"logIndex": 4,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3fa5c5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117032,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionIndex": 0,
"removed": false,
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"data": "0x1e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"containingLibrary": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"length": 1
},
"contract": "BaseContent",
"hash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"confirmations": 25,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x41a16a"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 79,
"r": "0xd7bbce2ca3f73586080ac823f6b89071d4856a31a55a78d989cac29b59ab14cf",
"s": "0x65b626362f7d2dce27daa921a809fb7836c3b0feb8d488f9e4dce646fa76f791",
"v": 1910456,
"creates": null,
"raw": "0xf88c4f8501dcd650008341a16a948c3c78faa774151ec3899d20f31a54efb1729b9a80a41e35d8fa000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d4831d26b8a0d7bbce2ca3f73586080ac823f6b89071d4856a31a55a78d989cac29b59ab14cfa065b626362f7d2dce27daa921a809fb7836c3b0feb8d488f9e4dce646fa76f791",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3fa5c5"
},
"logsBloom": "0x0000010004000000000000000000000000000000000000000000000000000002000018000004000000000000100000000000000000000200800000000000040004088000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000002020000000000000000000000000000000400000000000000000000020000000000000000000000000000010000000000000000a000004000800000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 0,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb300000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3",
"logIndex": 4,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 117032,
"transactionHash": "0x78d22cc3cd55445091193b169b4b6c259da3b531eb760c64dc50834b4cf4c5c3",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000004ecf17d82730b9770e872984f701196a80c8cfb3000000000000000000000000dd83ef98093b547d737538ef85f1a62e45b1c5d40000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x522f91d65f56b75826ec0041635315c187f0988ffc567b0da32705d0c3af9ce9",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3fa5c5"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117031,
"blockHash": "0x05906e7b10071b1ac1652a728c107499a410ef67fbbabd9f59a23cf9ed5186c5",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xa038504c4f38ec28f0e53e20a4c4b2cd8fa983eb2e297741ca2039ef7aa4dd25",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__nHLHkiRafqGfnzMCACVd4wv4NjHZkVx4j7HBDSW5n9HNXoY8mZYCosf7XyEg8fqPvrAodKAk9",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__nHLHkiRafqGfnzMCACVd4wv4NjHZkVx4j7HBDSW5n9HNXoY8mZYCosf7XyEg8fqPvrAodKAk9",
"length": 2
},
"hash": "0xa038504c4f38ec28f0e53e20a4c4b2cd8fa983eb2e297741ca2039ef7aa4dd25",
"confirmations": 26,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 5250,
"r": "0x444e41d2ad70b45e5baa108910a06f3326aae2b56ef5e683ed781ec7fc7fa145",
"s": "0x3cef3f8d18a331725548cb175becc56f5ff35ce01d778759d1fe7057106a228e",
"v": 27,
"creates": null,
"raw": "0xf86b8214828501dcd6500083989680948c3c78faa774151ec3899d20f31a54efb1729b9a8084446e88261ba0444e41d2ad70b45e5baa108910a06f3326aae2b56ef5e683ed781ec7fc7fa145a03cef3f8d18a331725548cb175becc56f5ff35ce01d778759d1fe7057106a228e",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x1a5a6"
},
"logsBloom": "0x00000100000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117031,
"transactionHash": "0xa038504c4f38ec28f0e53e20a4c4b2cd8fa983eb2e297741ca2039ef7aa4dd25",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f6e484c486b695261667147666e7a4d4341435664347776344e6a485a6b5678346a374842445357356e39484e586f59386d5a59436f73663758794567386671507672416f644b416b3900000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x05906e7b10071b1ac1652a728c107499a410ef67fbbabd9f59a23cf9ed5186c5",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x1a5a6"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117030,
"blockHash": "0xd9c7c2a6162782a39f2d09eeb2609df0bd4df51d6fa13fc40e631f6735ed666c",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004d68715f5f6e484c486b695261667147666e7a4d4341435664347776344e6a485a6b5678346a374842445357356e39484e586f59386d5a59436f73663758794567386671507672416f644b416b3900000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x180a759e9392eab18d981554dc9653f8ca883e4203ab7f896a40557dadca7e75",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"2": "hq__nHLHkiRafqGfnzMCACVd4wv4NjHZkVx4j7HBDSW5n9HNXoY8mZYCosf7XyEg8fqPvrAodKAk9",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__nHLHkiRafqGfnzMCACVd4wv4NjHZkVx4j7HBDSW5n9HNXoY8mZYCosf7XyEg8fqPvrAodKAk9",
"length": 3
},
"hash": "0x180a759e9392eab18d981554dc9653f8ca883e4203ab7f896a40557dadca7e75",
"confirmations": 27,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x1bd17"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 78,
"r": "0x2c3d2f3a20e50696911a6326d46d4c1eed106a1f25e0901bb801fcd48cf87d4f",
"s": "0x7f908735987f2cb5d9b17604174e8bd1ea8d51143509e33a6084960e5d50a49a",
"v": 1910456,
"creates": null,
"raw": "0xf9010d4e8501dcd650008301bd17948c3c78faa774151ec3899d20f31a54efb1729b9a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004d68715f5f6e484c486b695261667147666e7a4d4341435664347776344e6a485a6b5678346a374842445357356e39484e586f59386d5a59436f73663758794567386671507672416f644b416b3900000000000000000000000000000000000000831d26b8a02c3d2f3a20e50696911a6326d46d4c1eed106a1f25e0901bb801fcd48cf87d4fa07f908735987f2cb5d9b17604174e8bd1ea8d51143509e33a6084960e5d50a49a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x1bd17"
},
"logsBloom": "0x00000100000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117030,
"transactionHash": "0x180a759e9392eab18d981554dc9653f8ca883e4203ab7f896a40557dadca7e75",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f6e484c486b695261667147666e7a4d4341435664347776344e6a485a6b5678346a374842445357356e39484e586f59386d5a59436f73663758794567386671507672416f644b416b3900000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xd9c7c2a6162782a39f2d09eeb2609df0bd4df51d6fa13fc40e631f6735ed666c",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x1bd17"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117029,
"blockHash": "0x9c14124164169273f2406399facf7006bf9b289758b78551d452f5740786e603",
"transactionIndex": 0,
"removed": false,
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xdb68e526d525e9c319efbd6ac61bd7667c884f9f800924413f619ae01cab333f",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0xdb68e526d525e9c319efbd6ac61bd7667c884f9f800924413f619ae01cab333f",
"confirmations": 28,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5fc0"
},
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"value": {
"_hex": "0x0"
},
"nonce": 77,
"r": "0x7d8cb1a15e136dfeb64c82d8b34db31b16eea061364c4ed7e6da39165c8b0743",
"s": "0x20631a95b5c99730d1017dcbedc158fd29c065d7d0cb5237700b1f73da3bcb00",
"v": 1910456,
"creates": null,
"raw": "0xf86b4d8501dcd65000825fc0948c3c78faa774151ec3899d20f31a54efb1729b9a8084c287e0ed831d26b8a07d8cb1a15e136dfeb64c82d8b34db31b16eea061364c4ed7e6da39165c8b0743a020631a95b5c99730d1017dcbedc158fd29c065d7d0cb5237700b1f73da3bcb00",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5fc0"
},
"logsBloom": "0x00000100000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117029,
"transactionHash": "0xdb68e526d525e9c319efbd6ac61bd7667c884f9f800924413f619ae01cab333f",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x9c14124164169273f2406399facf7006bf9b289758b78551d452f5740786e603",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5fc0"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117028,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
"topics": [
"0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
],
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"logIndex": 2,
"decode": "<function>",
"name": "CreateLibrary",
"signature": "CreateLibrary(address)",
"topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
"values": {
"0": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"libraryAddress": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"confirmations": 29,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x35bc93"
},
"to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"value": {
"_hex": "0x0"
},
"nonce": 76,
"r": "0x0667471c41c8ae0fc220d4feb3b9664308f08312b191930e9795a65e0af3d7ed",
"s": "0x298c99af1912155d5059db5a23ebd66fe22dde69d088ce8f3fb9e6ad43916b65",
"v": 1910456,
"creates": null,
"raw": "0xf88c4c8501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b8a00667471c41c8ae0fc220d4feb3b9664308f08312b191930e9795a65e0af3d7eda0298c99af1912155d5059db5a23ebd66fe22dde69d088ce8f3fb9e6ad43916b65",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x34e8ee"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000000000000002000000000000000400040800000000000000080000000000000000000000000000000000000000000000000000000001000000000000000000000000000000800000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117028,
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 0,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117028,
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 1,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117028,
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 2,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x34e8ee"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117028,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"logIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"aggregate": 200,
"length": 3
},
"hash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"confirmations": 29,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x35bc93"
},
"to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"value": {
"_hex": "0x0"
},
"nonce": 76,
"r": "0x0667471c41c8ae0fc220d4feb3b9664308f08312b191930e9795a65e0af3d7ed",
"s": "0x298c99af1912155d5059db5a23ebd66fe22dde69d088ce8f3fb9e6ad43916b65",
"v": 1910456,
"creates": null,
"raw": "0xf88c4c8501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b8a00667471c41c8ae0fc220d4feb3b9664308f08312b191930e9795a65e0af3d7eda0298c99af1912155d5059db5a23ebd66fe22dde69d088ce8f3fb9e6ad43916b65",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x34e8ee"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000000000000002000000000000000400040800000000000000080000000000000000000000000000000000000000000000000000000001000000000000000000000000000000800000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117028,
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 0,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117028,
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 1,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117028,
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 2,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x34e8ee"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117028,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"logIndex": 0,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"confirmations": 29,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x35bc93"
},
"to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"value": {
"_hex": "0x0"
},
"nonce": 76,
"r": "0x0667471c41c8ae0fc220d4feb3b9664308f08312b191930e9795a65e0af3d7ed",
"s": "0x298c99af1912155d5059db5a23ebd66fe22dde69d088ce8f3fb9e6ad43916b65",
"v": 1910456,
"creates": null,
"raw": "0xf88c4c8501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b8a00667471c41c8ae0fc220d4feb3b9664308f08312b191930e9795a65e0af3d7eda0298c99af1912155d5059db5a23ebd66fe22dde69d088ce8f3fb9e6ad43916b65",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x34e8ee"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000000000000002000000000000000400040800000000000000080000000000000000000000000000000000000000000000000000000001000000000000000000000000000000800000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117028,
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 0,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117028,
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 1,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117028,
"transactionHash": "0xce39487b48888c113a574ec3015bc340385355481526bd5b16c695ac7c65b440",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
],
"data": "0x0000000000000000000000008c3c78faa774151ec3899d20f31a54efb1729b9a",
"logIndex": 2,
"blockHash": "0x62ef4089200c82e3fb27d1875f05eef459588dc5297631ce59379ba4e60bf9c6",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x34e8ee"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117027,
"blockHash": "0x5076b81217983c1d982b7bbabdd3fd2ca316addc6e501d32bfabe778dca0db23",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xe818fb822e5a28683526135ede69ed157deb7fbfdc0424a8d36feec9d0537448",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"length": 2
},
"hash": "0xe818fb822e5a28683526135ede69ed157deb7fbfdc0424a8d36feec9d0537448",
"confirmations": 30,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 5249,
"r": "0xadb436970389f771849c1241e8d5f7e548d2d4bf8bbf3bec4ebd0c73744fd539",
"s": "0x55b587004fefcc5df205f4f2f710796333f814fb7e5b8f6d5145e20013623821",
"v": 27,
"creates": null,
"raw": "0xf86b8214818501dcd6500083989680949e8d8b76b0d624519c5518819f29158879580c1a8084446e88261ba0adb436970389f771849c1241e8d5f7e548d2d4bf8bbf3bec4ebd0c73744fd539a055b587004fefcc5df205f4f2f710796333f814fb7e5b8f6d5145e20013623821",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x21bb3"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117027,
"transactionHash": "0xe818fb822e5a28683526135ede69ed157deb7fbfdc0424a8d36feec9d0537448",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x5076b81217983c1d982b7bbabdd3fd2ca316addc6e501d32bfabe778dca0db23",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x21bb3"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117025,
"blockHash": "0x72c4de7c9c338910529b0ee60d3eca9063fcf275e75d5adeeba001303f8e85f5",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x11b27b941ae37fcd638178f3c2714bca77bad6ae5a0968713b7e8fd5e94007ae",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__MG5WZ3RFE5M1vFsiJZ9wSBuGmwz3rmVDxbiK618CX6m441HUk79U4ZZ8VajpN2CoBjdDFttFAq",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__MG5WZ3RFE5M1vFsiJZ9wSBuGmwz3rmVDxbiK618CX6m441HUk79U4ZZ8VajpN2CoBjdDFttFAq",
"length": 2
},
"hash": "0x11b27b941ae37fcd638178f3c2714bca77bad6ae5a0968713b7e8fd5e94007ae",
"confirmations": 32,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 5248,
"r": "0x5528594295a3083b6e3cee5a8c3e3f6526ff53262ccb6977169a1d6a3d8183a1",
"s": "0x136c4fb098e113da55a78cabb5de75cd472ba9bc049446c46e77a0c24296aec8",
"v": 27,
"creates": null,
"raw": "0xf86b8214808501dcd6500083989680949e8d8b76b0d624519c5518819f29158879580c1a8084446e88261ba05528594295a3083b6e3cee5a8c3e3f6526ff53262ccb6977169a1d6a3d8183a1a0136c4fb098e113da55a78cabb5de75cd472ba9bc049446c46e77a0c24296aec8",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x21bb3"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117025,
"transactionHash": "0x11b27b941ae37fcd638178f3c2714bca77bad6ae5a0968713b7e8fd5e94007ae",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4d4735575a33524645354d31764673694a5a3977534275476d777a33726d56447862694b3631384358366d34343148556b373955345a5a3856616a704e32436f426a6444467474464171000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x72c4de7c9c338910529b0ee60d3eca9063fcf275e75d5adeeba001303f8e85f5",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x21bb3"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117026,
"blockHash": "0x4ec9a0e6ed34dab6c6d7f460171a7abdca0f741a82794973f83e1d76ce7b5c7d",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xd89748a99c890a12c6805ecdea39a926a01fe55fed646d0169be23597a184d3c",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"length": 3
},
"hash": "0xd89748a99c890a12c6805ecdea39a926a01fe55fed646d0169be23597a184d3c",
"confirmations": 31,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x204ed"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 75,
"r": "0x34c2ce73cdfe583049aeb9e5dd30d1178eac0cb39d2e72a1ee4bbf627df2595e",
"s": "0x15b43f03353c811644e969f07c1f7ab44fb9898d1a1a16c0ea4a179250665132",
"v": 1910456,
"creates": null,
"raw": "0xf9010d4b8501dcd65000830204ed949e8d8b76b0d624519c5518819f29158879580c1a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000831d26b8a034c2ce73cdfe583049aeb9e5dd30d1178eac0cb39d2e72a1ee4bbf627df2595ea015b43f03353c811644e969f07c1f7ab44fb9898d1a1a16c0ea4a179250665132",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x204ed"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117026,
"transactionHash": "0xd89748a99c890a12c6805ecdea39a926a01fe55fed646d0169be23597a184d3c",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x4ec9a0e6ed34dab6c6d7f460171a7abdca0f741a82794973f83e1d76ce7b5c7d",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x204ed"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117024,
"blockHash": "0x63920aa396014788a0e8e9e1710e89589f0b57df6db8c1140d28e5a187024d4e",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4d4735575a33524645354d31764673694a5a3977534275476d777a33726d56447862694b3631384358366d34343148556b373955345a5a3856616a704e32436f426a6444467474464171000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x70bbe2de4c65586fbd3d568b62711c53e88c83550c1ffc4c22abd73196bcac82",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__MG5WZ3RFE5M1vFsiJZ9wSBuGmwz3rmVDxbiK618CX6m441HUk79U4ZZ8VajpN2CoBjdDFttFAq",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__MG5WZ3RFE5M1vFsiJZ9wSBuGmwz3rmVDxbiK618CX6m441HUk79U4ZZ8VajpN2CoBjdDFttFAq",
"length": 3
},
"hash": "0x70bbe2de4c65586fbd3d568b62711c53e88c83550c1ffc4c22abd73196bcac82",
"confirmations": 33,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x204ed"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 74,
"r": "0xa1ab7fbde36f72f4ce961174917a8d5a4cb6bba2bc3a7b628c06f53946129252",
"s": "0x52fefc64ad90e6a5e2c0896c2eae26086acfcc508867a09b12ff162b9c166d3d",
"v": 1910456,
"creates": null,
"raw": "0xf9010d4a8501dcd65000830204ed949e8d8b76b0d624519c5518819f29158879580c1a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4d4735575a33524645354d31764673694a5a3977534275476d777a33726d56447862694b3631384358366d34343148556b373955345a5a3856616a704e32436f426a6444467474464171000000000000000000000000000000000000831d26b8a0a1ab7fbde36f72f4ce961174917a8d5a4cb6bba2bc3a7b628c06f53946129252a052fefc64ad90e6a5e2c0896c2eae26086acfcc508867a09b12ff162b9c166d3d",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x204ed"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117024,
"transactionHash": "0x70bbe2de4c65586fbd3d568b62711c53e88c83550c1ffc4c22abd73196bcac82",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4d4735575a33524645354d31764673694a5a3977534275476d777a33726d56447862694b3631384358366d34343148556b373955345a5a3856616a704e32436f426a6444467474464171000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x63920aa396014788a0e8e9e1710e89589f0b57df6db8c1140d28e5a187024d4e",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x204ed"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117023,
"blockHash": "0x84b29d3bfdbaafcda8dcdb8f11f35b3786d626b98ba76a0a3627820f80f5dcec",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x7729d917ce78859638a031fb9a8ab74b8791a97183ac0077fca88f611084d272",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__4wdHSXqRAjpttaRx8HmBrcYqJSr6GA9fm3rEJ8qQFYjA4p18z8aC9t2CfCKezECDvms6HJDosX",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__4wdHSXqRAjpttaRx8HmBrcYqJSr6GA9fm3rEJ8qQFYjA4p18z8aC9t2CfCKezECDvms6HJDosX",
"length": 2
},
"hash": "0x7729d917ce78859638a031fb9a8ab74b8791a97183ac0077fca88f611084d272",
"confirmations": 34,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 5247,
"r": "0x186af18b9696c29dc3214f6b48fdbb30270dd4e1fbc037cfc8318680c22411d9",
"s": "0x27f84d5d209aab45b960f487eccdc52ef0e17caf4ca37a3e964005820ec96214",
"v": 27,
"creates": null,
"raw": "0xf86b82147f8501dcd6500083989680949e8d8b76b0d624519c5518819f29158879580c1a8084446e88261ba0186af18b9696c29dc3214f6b48fdbb30270dd4e1fbc037cfc8318680c22411d9a027f84d5d209aab45b960f487eccdc52ef0e17caf4ca37a3e964005820ec96214",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x21bb3"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117023,
"transactionHash": "0x7729d917ce78859638a031fb9a8ab74b8791a97183ac0077fca88f611084d272",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3477644853587152416a70747461527838486d42726359714a537236474139666d3372454a38715146596a41347031387a3861433974324366434b657a454344766d7336484a446f7358000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x84b29d3bfdbaafcda8dcdb8f11f35b3786d626b98ba76a0a3627820f80f5dcec",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x21bb3"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117022,
"blockHash": "0x94ec1ab5e77bc8034a2b3cfd39655b759cba956f11e091005c3291b0989dcc76",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c8090000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d36b5d900000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0xcfae31370b9115e9deebcc9caa5785d1e97b48f87554301d96a9d4803348ae31",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e443"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d36b5d9"
},
"timestamp": {
"_hex": "0x5dc9e443"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d36b5d9"
},
"length": 6
},
"contract": "BaseContentFactoryExt",
"hash": "0xcfae31370b9115e9deebcc9caa5785d1e97b48f87554301d96a9d4803348ae31",
"confirmations": 35,
"from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x3d0900"
},
"to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"value": {
"_hex": "0x0"
},
"nonce": 33316,
"r": "0xe6b3ce1617c504d219cd6c7da2660165cf946096aef3287cdf5a4c25c155f72b",
"s": "0x02a89028232ac7010f3f700696182f63d666487822c931eb8613e2cf21d2b7f3",
"v": 27,
"creates": null,
"raw": "0xf902ad8282248501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9024478cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c8090000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d36b5d9000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000001ba0e6b3ce1617c504d219cd6c7da2660165cf946096aef3287cdf5a4c25c155f72ba002a89028232ac7010f3f700696182f63d666487822c931eb8613e2cf21d2b7f3",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x9790"
},
"logsBloom": "0x00000000000000000000200000000000000002000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117022,
"transactionHash": "0xcfae31370b9115e9deebcc9caa5785d1e97b48f87554301d96a9d4803348ae31",
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e443000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
"logIndex": 0,
"blockHash": "0x94ec1ab5e77bc8034a2b3cfd39655b759cba956f11e091005c3291b0989dcc76",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x9790"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117021,
"blockHash": "0xc4cc71e5add03d844662e255854927a6c8f5ad319b7d851f613b7c9edb5f7418",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3477644853587152416a70747461527838486d42726359714a537236474139666d3372454a38715146596a41347031387a3861433974324366434b657a454344766d7336484a446f7358000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xb9f720e217cf0eb4d16619747a20098edc0bdb5b766581a3c82985d9f3eea8d0",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__4wdHSXqRAjpttaRx8HmBrcYqJSr6GA9fm3rEJ8qQFYjA4p18z8aC9t2CfCKezECDvms6HJDosX",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__4wdHSXqRAjpttaRx8HmBrcYqJSr6GA9fm3rEJ8qQFYjA4p18z8aC9t2CfCKezECDvms6HJDosX",
"length": 3
},
"hash": "0xb9f720e217cf0eb4d16619747a20098edc0bdb5b766581a3c82985d9f3eea8d0",
"confirmations": 36,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x204ed"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 73,
"r": "0x8c6a687e9143ba8f37e06fac64539cf01d80a5d3d2ce757f6c37694e4471a43a",
"s": "0x6198079a5778fe499f5351f2234613dc50fd42eae014565ad4b05b49c5608910",
"v": 1910456,
"creates": null,
"raw": "0xf9010d498501dcd65000830204ed949e8d8b76b0d624519c5518819f29158879580c1a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3477644853587152416a70747461527838486d42726359714a537236474139666d3372454a38715146596a41347031387a3861433974324366434b657a454344766d7336484a446f7358000000000000000000000000000000000000831d26b8a08c6a687e9143ba8f37e06fac64539cf01d80a5d3d2ce757f6c37694e4471a43aa06198079a5778fe499f5351f2234613dc50fd42eae014565ad4b05b49c5608910",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x204ed"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117021,
"transactionHash": "0xb9f720e217cf0eb4d16619747a20098edc0bdb5b766581a3c82985d9f3eea8d0",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3477644853587152416a70747461527838486d42726359714a537236474139666d3372454a38715146596a41347031387a3861433974324366434b657a454344766d7336484a446f7358000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xc4cc71e5add03d844662e255854927a6c8f5ad319b7d851f613b7c9edb5f7418",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x204ed"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117019,
"blockHash": "0x96fe63d0910717c34a9f1287cbe7e9c14e6dc3252f519f074dd5803f9e7047e1",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3538394c585662594877744747725343764a784a457a344d377070564437323661736e746737517845324474414d4b3379504b696773657941704a6554794763695a424d646536316139000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x12aacb74fabd4a87bae664530a33b47939007b3b17dd5d03c76f3d5b9e232ce1",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__589LXVbYHwtGGrSCvJxJEz4M7ppVD726asntg7QxE2DtAMK3yPKigseyApJeTyGciZBMde61a9",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__589LXVbYHwtGGrSCvJxJEz4M7ppVD726asntg7QxE2DtAMK3yPKigseyApJeTyGciZBMde61a9",
"length": 3
},
"hash": "0x12aacb74fabd4a87bae664530a33b47939007b3b17dd5d03c76f3d5b9e232ce1",
"confirmations": 38,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x204ed"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 72,
"r": "0x208d7a2561c7d376f47e7ad54374ca75e9f914c165390b353909790f2a322f4a",
"s": "0x299226c785494b990f239bee1f28166e657b933fd5cddb36c9ae7789a0ed7c03",
"v": 1910455,
"creates": null,
"raw": "0xf9010d488501dcd65000830204ed949e8d8b76b0d624519c5518819f29158879580c1a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3538394c585662594877744747725343764a784a457a344d377070564437323661736e746737517845324474414d4b3379504b696773657941704a6554794763695a424d646536316139000000000000000000000000000000000000831d26b7a0208d7a2561c7d376f47e7ad54374ca75e9f914c165390b353909790f2a322f4aa0299226c785494b990f239bee1f28166e657b933fd5cddb36c9ae7789a0ed7c03",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x204ed"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117019,
"transactionHash": "0x12aacb74fabd4a87bae664530a33b47939007b3b17dd5d03c76f3d5b9e232ce1",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3538394c585662594877744747725343764a784a457a344d377070564437323661736e746737517845324474414d4b3379504b696773657941704a6554794763695a424d646536316139000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x96fe63d0910717c34a9f1287cbe7e9c14e6dc3252f519f074dd5803f9e7047e1",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x204ed"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117020,
"blockHash": "0xcc881c74171ab94b4de2d0cc23b9ee19d30b8df99411d31169b453170ac0afca",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xa523e6f2a587d9de13e83877512045cae99513427007f1e05f4f33ff93a6629b",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__589LXVbYHwtGGrSCvJxJEz4M7ppVD726asntg7QxE2DtAMK3yPKigseyApJeTyGciZBMde61a9",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__589LXVbYHwtGGrSCvJxJEz4M7ppVD726asntg7QxE2DtAMK3yPKigseyApJeTyGciZBMde61a9",
"length": 2
},
"hash": "0xa523e6f2a587d9de13e83877512045cae99513427007f1e05f4f33ff93a6629b",
"confirmations": 37,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 5246,
"r": "0x823ed7f97a63aad16024b1d6016e40049f03e94bb20d476df5792536c37de3e0",
"s": "0x00f6dc92e12b58900091ee3a6830c59922ecc3aebfb49a6ba90ad43f3ed5e6c2",
"v": 28,
"creates": null,
"raw": "0xf86a82147e8501dcd6500083989680949e8d8b76b0d624519c5518819f29158879580c1a8084446e88261ca0823ed7f97a63aad16024b1d6016e40049f03e94bb20d476df5792536c37de3e09ff6dc92e12b58900091ee3a6830c59922ecc3aebfb49a6ba90ad43f3ed5e6c2",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x21bb3"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117020,
"transactionHash": "0xa523e6f2a587d9de13e83877512045cae99513427007f1e05f4f33ff93a6629b",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3538394c585662594877744747725343764a784a457a344d377070564437323661736e746737517845324474414d4b3379504b696773657941704a6554794763695a424d646536316139000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xcc881c74171ab94b4de2d0cc23b9ee19d30b8df99411d31169b453170ac0afca",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x21bb3"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117018,
"blockHash": "0xd041abc7cc18840f151d343f7e9c726c0f2d1abac2384c6972fcec25d1d6682e",
"transactionIndex": 0,
"removed": false,
"address": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x13cfa49e56c8a48f6652b967f76a2af2de10c59a5eac77dcd6e62181047e0a9c",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__ETf25uMXywnNeKeup55jrHWk32tDNKVMY1Ufz5v1za7RGzfQNDxLjNtXmEprTemT76unho9xD8",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__ETf25uMXywnNeKeup55jrHWk32tDNKVMY1Ufz5v1za7RGzfQNDxLjNtXmEprTemT76unho9xD8",
"length": 2
},
"hash": "0x13cfa49e56c8a48f6652b967f76a2af2de10c59a5eac77dcd6e62181047e0a9c",
"confirmations": 39,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"value": {
"_hex": "0x0"
},
"nonce": 5245,
"r": "0xcf3253fc1a764f2d7f9a84f601db432a19b0a5ce64458b20565c5f18796010ed",
"s": "0x0d338c14c9a0aab79b6ab56aba526029e4900605f801b2c139ab47c70352a63b",
"v": 28,
"creates": null,
"raw": "0xf86b82147d8501dcd6500083989680946305a8645bbcd3ede17a38dd20ca948743c754db8084446e88261ca0cf3253fc1a764f2d7f9a84f601db432a19b0a5ce64458b20565c5f18796010eda00d338c14c9a0aab79b6ab56aba526029e4900605f801b2c139ab47c70352a63b",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x2adad"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000400000040000000010000000000000000000000000000000000900000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117018,
"transactionHash": "0x13cfa49e56c8a48f6652b967f76a2af2de10c59a5eac77dcd6e62181047e0a9c",
"address": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4554663235754d5879776e4e654b65757035356a7248576b333274444e4b564d593155667a3576317a613752477a66514e44784c6a4e74586d45707254656d543736756e686f39784438000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xd041abc7cc18840f151d343f7e9c726c0f2d1abac2384c6972fcec25d1d6682e",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x2adad"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117017,
"blockHash": "0xd1baafce5e519ee10a64f0b1b7062beb2997f39fafffe2fc06645377afee2802",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc40000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d3cb3e900000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x0dfdefd9b9b6ece2a29ad63980fa2b7fc8f10e762098ef7e7b6770337f57c828",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e439"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e439"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt",
"hash": "0x0dfdefd9b9b6ece2a29ad63980fa2b7fc8f10e762098ef7e7b6770337f57c828",
"confirmations": 40,
"from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x3d0900"
},
"to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"value": {
"_hex": "0x0"
},
"nonce": 33315,
"r": "0x5f79eb5ee4f315b72e8b8f2ac7d693fb356ba4974b13387bfdec50eecaa03514",
"s": "0x5a56ba49a5b596c8fd8a74225c5b04385c721157c338b70a96f8499faefb317c",
"v": 28,
"creates": null,
"raw": "0xf902ad8282238501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9024478cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc40000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d3cb3e9000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000001ca05f79eb5ee4f315b72e8b8f2ac7d693fb356ba4974b13387bfdec50eecaa03514a05a56ba49a5b596c8fd8a74225c5b04385c721157c338b70a96f8499faefb317c",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x9790"
},
"logsBloom": "0x00000000000000000000200000000000000002000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117017,
"transactionHash": "0x0dfdefd9b9b6ece2a29ad63980fa2b7fc8f10e762098ef7e7b6770337f57c828",
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e439000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"logIndex": 0,
"blockHash": "0xd1baafce5e519ee10a64f0b1b7062beb2997f39fafffe2fc06645377afee2802",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x9790"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117016,
"blockHash": "0x28e5cac03015e7e7d06b9c6ccd28140438569cec004e2aecec423ab138bcd70c",
"transactionIndex": 0,
"removed": false,
"address": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4554663235754d5879776e4e654b65757035356a7248576b333274444e4b564d593155667a3576317a613752477a66514e44784c6a4e74586d45707254656d543736756e686f39784438000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x520b95170bb218973738ec79736b78505379352d3c65c1aa9f8b7c4303c730c5",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"2": "hq__ETf25uMXywnNeKeup55jrHWk32tDNKVMY1Ufz5v1za7RGzfQNDxLjNtXmEprTemT76unho9xD8",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__ETf25uMXywnNeKeup55jrHWk32tDNKVMY1Ufz5v1za7RGzfQNDxLjNtXmEprTemT76unho9xD8",
"length": 3
},
"hash": "0x520b95170bb218973738ec79736b78505379352d3c65c1aa9f8b7c4303c730c5",
"confirmations": 41,
"from": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x184fb"
},
"to": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"value": {
"_hex": "0x0"
},
"nonce": 4,
"r": "0x4a4ff4a122c9d73ff1dd834876a61686933332c5b6c032bd72a05b7b1d9abdac",
"s": "0x4c4aa9a32c8c0da7e39b908d971c94f71513137a73d0a55221517bcd70d16b75",
"v": 1910455,
"creates": null,
"raw": "0xf9010d048501dcd65000830184fb946305a8645bbcd3ede17a38dd20ca948743c754db80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4554663235754d5879776e4e654b65757035356a7248576b333274444e4b564d593155667a3576317a613752477a66514e44784c6a4e74586d45707254656d543736756e686f39784438000000000000000000000000000000000000831d26b7a04a4ff4a122c9d73ff1dd834876a61686933332c5b6c032bd72a05b7b1d9abdaca04c4aa9a32c8c0da7e39b908d971c94f71513137a73d0a55221517bcd70d16b75",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x184fb"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000002000000002000000000010000000000000000000000000000000000800000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117016,
"transactionHash": "0x520b95170bb218973738ec79736b78505379352d3c65c1aa9f8b7c4303c730c5",
"address": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4554663235754d5879776e4e654b65757035356a7248576b333274444e4b564d593155667a3576317a613752477a66514e44784c6a4e74586d45707254656d543736756e686f39784438000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x28e5cac03015e7e7d06b9c6ccd28140438569cec004e2aecec423ab138bcd70c",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x184fb"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117015,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034343333616364353562346638303838393063323464333061663362373639343665386130333961316164353631323334393865353734383035666338383033343931326562653831376661646235396338613133643366393965313338613434366562353664373565373833323134373765393061343234626330636538626100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e45523637665a513657676b5978373733475131743841586938517741475358473746507a7647386455583637577278776a6471585855787870536178764a795a624d56597a4754344d675434576d445956445856473973794864627554746f38446e625764553864537646674e47585644575078616b46663856694b6779587236396e73444d59774e33324c4a62697958587856466e61756173453973657139336a423631476b42745764434b5733436d554b4b475035386a47337553346d5361705866683434386a7531624c334562427a4d316f38737777653756376f386d54657157334a474137477559364e573761583479575a316e6f564b69467342716b7753643300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"logIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x02"
},
"1": 0,
"2": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"3": "0x04433acd55b4f808890c24d30af3b76946e8a039a1ad56123498e574805fc88034912ebe817fadb59c8a13d3f99e138a446eb56d75e78321477e90a424bc0ce8ba",
"4": "ktpkANER67fZQ6WgkYx773GQ1t8AXi8QwAGSXG7FPzvG8dUX67WrxwjdqXXUxxpSaxvJyZbMVYzGT4MgT4WmDYVDXVG9syHdbuTto8DnbWdU8dSvFgNGXVDWPxakFf8ViKgyXr69nsDMYwN32LJbiyXXxVFnauasE9seq93jB61GkBtWdCKW3CmUKKGP58jG3uS4mSapXfh448ju1bL3EbBzM1o8swwe7V7o8mTeqW3JGA7GuY6NW7aX4yWZ1noVKiFsBqkwSd3",
"requestID": {
"_hex": "0x02"
},
"level": 0,
"contentHash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"pkeRequestor": "0x04433acd55b4f808890c24d30af3b76946e8a039a1ad56123498e574805fc88034912ebe817fadb59c8a13d3f99e138a446eb56d75e78321477e90a424bc0ce8ba",
"pkeAFGH": "ktpkANER67fZQ6WgkYx773GQ1t8AXi8QwAGSXG7FPzvG8dUX67WrxwjdqXXUxxpSaxvJyZbMVYzGT4MgT4WmDYVDXVG9syHdbuTto8DnbWdU8dSvFgNGXVDWPxakFf8ViKgyXr69nsDMYwN32LJbiyXXxVFnauasE9seq93jB61GkBtWdCKW3CmUKKGP58jG3uS4mSapXfh448ju1bL3EbBzM1o8swwe7V7o8mTeqW3JGA7GuY6NW7aX4yWZ1noVKiFsBqkwSd3",
"length": 5
},
"contract": "BaseContent",
"hash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"confirmations": 42,
"from": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x1a602"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 3,
"r": "0x66507f6ede67aba7c24015d8f1057b082bcca0cfef93d4d066956774bab4248b",
"s": "0x3ef652948bdc91c68be280be2780a3107950ac950ec12b826fd919e2c6ae2bb7",
"v": 1910456,
"creates": null,
"raw": "0xf9034e038501dcd650008301a602949e8d8b76b0d624519c5518819f29158879580c1a80b902e4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034343333616364353562346638303838393063323464333061663362373639343665386130333961316164353631323334393865353734383035666338383033343931326562653831376661646235396338613133643366393965313338613434366562353664373565373833323134373765393061343234626330636538626100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e45523637665a513657676b5978373733475131743841586938517741475358473746507a7647386455583637577278776a6471585855787870536178764a795a624d56597a4754344d675434576d445956445856473973794864627554746f38446e625764553864537646674e47585644575078616b46663856694b6779587236396e73444d59774e33324c4a62697958587856466e61756173453973657139336a423631476b42745764434b5733436d554b4b475035386a47337553346d5361705866683434386a7531624c334562427a4d316f38737777653756376f386d54657157334a474137477559364e573761583479575a316e6f564b69467342716b7753643300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a066507f6ede67aba7c24015d8f1057b082bcca0cfef93d4d066956774bab4248ba03ef652948bdc91c68be280be2780a3107950ac950ec12b826fd919e2c6ae2bb7",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x1a602"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f36644841526d553659647858663371325834554c346b7a5238777a434c5354584731554c474b475042776a5a52467664694c476437766e4c663852776664786745507379667551454846000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034343333616364353562346638303838393063323464333061663362373639343665386130333961316164353631323334393865353734383035666338383033343931326562653831376661646235396338613133643366393965313338613434366562353664373565373833323134373765393061343234626330636538626100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e45523637665a513657676b5978373733475131743841586938517741475358473746507a7647386455583637577278776a6471585855787870536178764a795a624d56597a4754344d675434576d445956445856473973794864627554746f38446e625764553864537646674e47585644575078616b46663856694b6779587236396e73444d59774e33324c4a62697958587856466e61756173453973657139336a423631476b42745764434b5733436d554b4b475035386a47337553346d5361705866683434386a7531624c334562427a4d316f38737777653756376f386d54657157334a474137477559364e573761583479575a316e6f564b69467342716b77536433000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x1a602"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117015,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034343333616364353562346638303838393063323464333061663362373639343665386130333961316164353631323334393865353734383035666338383033343931326562653831376661646235396338613133643366393965313338613434366562353664373565373833323134373765393061343234626330636538626100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e45523637665a513657676b5978373733475131743841586938517741475358473746507a7647386455583637577278776a6471585855787870536178764a795a624d56597a4754344d675434576d445956445856473973794864627554746f38446e625764553864537646674e47585644575078616b46663856694b6779587236396e73444d59774e33324c4a62697958587856466e61756173453973657139336a423631476b42745764434b5733436d554b4b475035386a47337553346d5361705866683434386a7531624c334562427a4d316f38737777653756376f386d54657157334a474137477559364e573761583479575a316e6f564b69467342716b7753643300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"logIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent",
"hash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"confirmations": 42,
"from": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x1a602"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 3,
"r": "0x66507f6ede67aba7c24015d8f1057b082bcca0cfef93d4d066956774bab4248b",
"s": "0x3ef652948bdc91c68be280be2780a3107950ac950ec12b826fd919e2c6ae2bb7",
"v": 1910456,
"creates": null,
"raw": "0xf9034e038501dcd650008301a602949e8d8b76b0d624519c5518819f29158879580c1a80b902e4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034343333616364353562346638303838393063323464333061663362373639343665386130333961316164353631323334393865353734383035666338383033343931326562653831376661646235396338613133643366393965313338613434366562353664373565373833323134373765393061343234626330636538626100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e45523637665a513657676b5978373733475131743841586938517741475358473746507a7647386455583637577278776a6471585855787870536178764a795a624d56597a4754344d675434576d445956445856473973794864627554746f38446e625764553864537646674e47585644575078616b46663856694b6779587236396e73444d59774e33324c4a62697958587856466e61756173453973657139336a423631476b42745764434b5733436d554b4b475035386a47337553346d5361705866683434386a7531624c334562427a4d316f38737777653756376f386d54657157334a474137477559364e573761583479575a316e6f564b69467342716b7753643300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a066507f6ede67aba7c24015d8f1057b082bcca0cfef93d4d066956774bab4248ba03ef652948bdc91c68be280be2780a3107950ac950ec12b826fd919e2c6ae2bb7",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x1a602"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f36644841526d553659647858663371325834554c346b7a5238777a434c5354584731554c474b475042776a5a52467664694c476437766e4c663852776664786745507379667551454846000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034343333616364353562346638303838393063323464333061663362373639343665386130333961316164353631323334393865353734383035666338383033343931326562653831376661646235396338613133643366393965313338613434366562353664373565373833323134373765393061343234626330636538626100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e45523637665a513657676b5978373733475131743841586938517741475358473746507a7647386455583637577278776a6471585855787870536178764a795a624d56597a4754344d675434576d445956445856473973794864627554746f38446e625764553864537646674e47585644575078616b46663856694b6779587236396e73444d59774e33324c4a62697958587856466e61756173453973657139336a423631476b42745764434b5733436d554b4b475035386a47337553346d5361705866683434386a7531624c334562427a4d316f38737777653756376f386d54657157334a474137477559364e573761583479575a316e6f564b69467342716b77536433000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x1a602"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117015,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034343333616364353562346638303838393063323464333061663362373639343665386130333961316164353631323334393865353734383035666338383033343931326562653831376661646235396338613133643366393965313338613434366562353664373565373833323134373765393061343234626330636538626100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e45523637665a513657676b5978373733475131743841586938517741475358473746507a7647386455583637577278776a6471585855787870536178764a795a624d56597a4754344d675434576d445956445856473973794864627554746f38446e625764553864537646674e47585644575078616b46663856694b6779587236396e73444d59774e33324c4a62697958587856466e61756173453973657139336a423631476b42745764434b5733436d554b4b475035386a47337553346d5361705866683434386a7531624c334562427a4d316f38737777653756376f386d54657157334a474137477559364e573761583479575a316e6f564b69467342716b7753643300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"logIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent",
"hash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"confirmations": 42,
"from": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x1a602"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 3,
"r": "0x66507f6ede67aba7c24015d8f1057b082bcca0cfef93d4d066956774bab4248b",
"s": "0x3ef652948bdc91c68be280be2780a3107950ac950ec12b826fd919e2c6ae2bb7",
"v": 1910456,
"creates": null,
"raw": "0xf9034e038501dcd650008301a602949e8d8b76b0d624519c5518819f29158879580c1a80b902e4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000016000000000000000000000000000000000000000000000000000000000000002a000000000000000000000000000000000000000000000000000000000000002c0000000000000000000000000000000000000000000000000000000000000008430783034343333616364353562346638303838393063323464333061663362373639343665386130333961316164353631323334393865353734383035666338383033343931326562653831376661646235396338613133643366393965313338613434366562353664373565373833323134373765393061343234626330636538626100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e45523637665a513657676b5978373733475131743841586938517741475358473746507a7647386455583637577278776a6471585855787870536178764a795a624d56597a4754344d675434576d445956445856473973794864627554746f38446e625764553864537646674e47585644575078616b46663856694b6779587236396e73444d59774e33324c4a62697958587856466e61756173453973657139336a423631476b42745764434b5733436d554b4b475035386a47337553346d5361705866683434386a7531624c334562427a4d316f38737777653756376f386d54657157334a474137477559364e573761583479575a316e6f564b69467342716b7753643300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a066507f6ede67aba7c24015d8f1057b082bcca0cfef93d4d066956774bab4248ba03ef652948bdc91c68be280be2780a3107950ac950ec12b826fd919e2c6ae2bb7",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x1a602"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f36644841526d553659647858663371325834554c346b7a5238777a434c5354584731554c474b475042776a5a52467664694c476437766e4c663852776664786745507379667551454846000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034343333616364353562346638303838393063323464333061663362373639343665386130333961316164353631323334393865353734383035666338383033343931326562653831376661646235396338613133643366393965313338613434366562353664373565373833323134373765393061343234626330636538626100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e45523637665a513657676b5978373733475131743841586938517741475358473746507a7647386455583637577278776a6471585855787870536178764a795a624d56597a4754344d675434576d445956445856473973794864627554746f38446e625764553864537646674e47585644575078616b46663856694b6779587236396e73444d59774e33324c4a62697958587856466e61756173453973657139336a423631476b42745764434b5733436d554b4b475035386a47337553346d5361705866683434386a7531624c334562427a4d316f38737777653756376f386d54657157334a474137477559364e573761583479575a316e6f564b69467342716b77536433000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x1a602"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117014,
"blockHash": "0xf65ba6293445ca0168e9aeb903bcdf995dd7c801709f336bfef1e08cbf8bcbbe",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xf768bbcfc2b2facb5160dcb87dc0879e6f4c58628b350dbe50afb04af39696f4",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"length": 2
},
"hash": "0xf768bbcfc2b2facb5160dcb87dc0879e6f4c58628b350dbe50afb04af39696f4",
"confirmations": 43,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 5244,
"r": "0x642496bf7771b17bceb1edce9efb7781009899f07528330b7ec137348fa36996",
"s": "0x4d546f065675871f48feacfd024f09c5b49ad6bfcd7cff74fca11679e362e6ed",
"v": 27,
"creates": null,
"raw": "0xf86b82147c8501dcd6500083989680949e8d8b76b0d624519c5518819f29158879580c1a8084446e88261ba0642496bf7771b17bceb1edce9efb7781009899f07528330b7ec137348fa36996a04d546f065675871f48feacfd024f09c5b49ad6bfcd7cff74fca11679e362e6ed",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x21bb3"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117014,
"transactionHash": "0xf768bbcfc2b2facb5160dcb87dc0879e6f4c58628b350dbe50afb04af39696f4",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f36644841526d553659647858663371325834554c346b7a5238777a434c5354584731554c474b475042776a5a52467664694c476437766e4c663852776664786745507379667551454846000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xf65ba6293445ca0168e9aeb903bcdf995dd7c801709f336bfef1e08cbf8bcbbe",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x21bb3"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117013,
"blockHash": "0x3e37ce6b6543f08e260b3255ca897a87b66527cb25999f2d052144fe4b17a614",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f36644841526d553659647858663371325834554c346b7a5238777a434c5354584731554c474b475042776a5a52467664694c476437766e4c663852776664786745507379667551454846000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xffa5031ed82118b60c5443a503f9ffdc71d612a768988f7f263dd172f03c1396",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"length": 3
},
"hash": "0xffa5031ed82118b60c5443a503f9ffdc71d612a768988f7f263dd172f03c1396",
"confirmations": 44,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x204ed"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 71,
"r": "0x10496d60a08a2df693a3cac2267231ecd401755a87e5347dfe5d51e45c1242ce",
"s": "0x7a19361c55a7e752e781e6c64de4188129d76e6159cf289701dff58e69864875",
"v": 1910456,
"creates": null,
"raw": "0xf9010d478501dcd65000830204ed949e8d8b76b0d624519c5518819f29158879580c1a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f36644841526d553659647858663371325834554c346b7a5238777a434c5354584731554c474b475042776a5a52467664694c476437766e4c663852776664786745507379667551454846000000000000000000000000000000000000831d26b8a010496d60a08a2df693a3cac2267231ecd401755a87e5347dfe5d51e45c1242cea07a19361c55a7e752e781e6c64de4188129d76e6159cf289701dff58e69864875",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x204ed"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117013,
"transactionHash": "0xffa5031ed82118b60c5443a503f9ffdc71d612a768988f7f263dd172f03c1396",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f36644841526d553659647858663371325834554c346b7a5238777a434c5354584731554c474b475042776a5a52467664694c476437766e4c663852776664786745507379667551454846000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3e37ce6b6543f08e260b3255ca897a87b66527cb25999f2d052144fe4b17a614",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x204ed"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117012,
"blockHash": "0x8119c64f9122cb924568d178ba75be20bc041b2347c04fbd3f32d483c491861b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x696e3b6f74b30dd69e829ba9fde4d35ebb07ace8202d64a1959007f117310024",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__GE8VSRtUXJMTLBi6DUyo1GyymNNSurbURmrnNFdS2WLK2etxniTq9w12gHFSLUiQyGDB5rQguo",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__GE8VSRtUXJMTLBi6DUyo1GyymNNSurbURmrnNFdS2WLK2etxniTq9w12gHFSLUiQyGDB5rQguo",
"length": 2
},
"hash": "0x696e3b6f74b30dd69e829ba9fde4d35ebb07ace8202d64a1959007f117310024",
"confirmations": 45,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 5243,
"r": "0x6bc6daa71071eb88035a114f65119c99e3ba53e5af67c6bd0fc2897806429d41",
"s": "0x37612ab037ca9c5db3ca8520894ecadb5be169574d564a692d3388b55eae1274",
"v": 28,
"creates": null,
"raw": "0xf86b82147b8501dcd6500083989680949e8d8b76b0d624519c5518819f29158879580c1a8084446e88261ca06bc6daa71071eb88035a114f65119c99e3ba53e5af67c6bd0fc2897806429d41a037612ab037ca9c5db3ca8520894ecadb5be169574d564a692d3388b55eae1274",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x21bb3"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117012,
"transactionHash": "0x696e3b6f74b30dd69e829ba9fde4d35ebb07ace8202d64a1959007f117310024",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4745385653527455584a4d544c4269364455796f314779796d4e4e5375726255526d726e4e46645332574c4b326574786e69547139773132674846534c5569517947444235725167756f000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x8119c64f9122cb924568d178ba75be20bc041b2347c04fbd3f32d483c491861b",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x21bb3"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117011,
"blockHash": "0xc5a57a1e75accf4a9a704613699d0f3cb48d22f1aa73d9bfb2e8935f30a2441c",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4745385653527455584a4d544c4269364455796f314779796d4e4e5375726255526d726e4e46645332574c4b326574786e69547139773132674846534c5569517947444235725167756f000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x516fe13d26a9676392e137f6472915aee58735f6ed419b52f82cf713fe3d84b3",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__GE8VSRtUXJMTLBi6DUyo1GyymNNSurbURmrnNFdS2WLK2etxniTq9w12gHFSLUiQyGDB5rQguo",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__GE8VSRtUXJMTLBi6DUyo1GyymNNSurbURmrnNFdS2WLK2etxniTq9w12gHFSLUiQyGDB5rQguo",
"length": 3
},
"hash": "0x516fe13d26a9676392e137f6472915aee58735f6ed419b52f82cf713fe3d84b3",
"confirmations": 46,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x204ed"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 70,
"r": "0xf799674676b621f49c7b3ca0c5b6d1d792481f644eaa0b9b2dfa2abacab0373f",
"s": "0x371c1df0832d83332f8155bb606c31737a99895dda6a6012b8095768727c4840",
"v": 1910456,
"creates": null,
"raw": "0xf9010d468501dcd65000830204ed949e8d8b76b0d624519c5518819f29158879580c1a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4745385653527455584a4d544c4269364455796f314779796d4e4e5375726255526d726e4e46645332574c4b326574786e69547139773132674846534c5569517947444235725167756f000000000000000000000000000000000000831d26b8a0f799674676b621f49c7b3ca0c5b6d1d792481f644eaa0b9b2dfa2abacab0373fa0371c1df0832d83332f8155bb606c31737a99895dda6a6012b8095768727c4840",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x204ed"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117011,
"transactionHash": "0x516fe13d26a9676392e137f6472915aee58735f6ed419b52f82cf713fe3d84b3",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4745385653527455584a4d544c4269364455796f314779796d4e4e5375726255526d726e4e46645332574c4b326574786e69547139773132674846534c5569517947444235725167756f000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xc5a57a1e75accf4a9a704613699d0f3cb48d22f1aa73d9bfb2e8935f30a2441c",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x204ed"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117010,
"blockHash": "0x01d96766ef0794881cb7f633190b6d3a69b741adcc9bc376d7e57e27feac7a8b",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x4887fad12579af4be37333c5b5b0ec007325bd87524f596a2e6513b0a39f3b51",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__DQUXnzkYVAgWqXipGRVZYkiEqEN8rYRJwnJJbV8afpfadwKq4mtcAHYuVPKGZSwpnUnNrD2SL1",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__DQUXnzkYVAgWqXipGRVZYkiEqEN8rYRJwnJJbV8afpfadwKq4mtcAHYuVPKGZSwpnUnNrD2SL1",
"length": 2
},
"hash": "0x4887fad12579af4be37333c5b5b0ec007325bd87524f596a2e6513b0a39f3b51",
"confirmations": 47,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 5242,
"r": "0x3084840be3be0de869c758d7803e843486e84e953092b9876cc384c2d5464bec",
"s": "0x4c0fa329691f64a4ff671af8c9e80bd55c9f2b1fc87bcf13d2680562ab562b0b",
"v": 27,
"creates": null,
"raw": "0xf86b82147a8501dcd6500083989680949e8d8b76b0d624519c5518819f29158879580c1a8084446e88261ba03084840be3be0de869c758d7803e843486e84e953092b9876cc384c2d5464beca04c0fa329691f64a4ff671af8c9e80bd55c9f2b1fc87bcf13d2680562ab562b0b",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x21bb3"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117010,
"transactionHash": "0x4887fad12579af4be37333c5b5b0ec007325bd87524f596a2e6513b0a39f3b51",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f445155586e7a6b5956416757715869704752565a596b694571454e387259524a776e4a4a625638616670666164774b71346d74634148597556504b475a5377706e556e4e724432534c31000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x01d96766ef0794881cb7f633190b6d3a69b741adcc9bc376d7e57e27feac7a8b",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x21bb3"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117009,
"blockHash": "0x0ccbbcf2f92f96726a7c3f0e17b1fea15b51f37969654b517a4b838a0fdf4413",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f445155586e7a6b5956416757715869704752565a596b694571454e387259524a776e4a4a625638616670666164774b71346d74634148597556504b475a5377706e556e4e724432534c31000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x9c0329019f67b1e8a159a11d0acaf9f358cd4366d4364d2cb2c041ee1019475c",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__DQUXnzkYVAgWqXipGRVZYkiEqEN8rYRJwnJJbV8afpfadwKq4mtcAHYuVPKGZSwpnUnNrD2SL1",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__DQUXnzkYVAgWqXipGRVZYkiEqEN8rYRJwnJJbV8afpfadwKq4mtcAHYuVPKGZSwpnUnNrD2SL1",
"length": 3
},
"hash": "0x9c0329019f67b1e8a159a11d0acaf9f358cd4366d4364d2cb2c041ee1019475c",
"confirmations": 48,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x204ed"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 69,
"r": "0xd299a9531de84517890f7ac4182ed7ce4346a5d027704487fb1617851ab70d5b",
"s": "0x464b893c9530cbc7dd8d5ac910df1f6fabec3083d9844a4500c8bc82556316f4",
"v": 1910456,
"creates": null,
"raw": "0xf9010d458501dcd65000830204ed949e8d8b76b0d624519c5518819f29158879580c1a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f445155586e7a6b5956416757715869704752565a596b694571454e387259524a776e4a4a625638616670666164774b71346d74634148597556504b475a5377706e556e4e724432534c31000000000000000000000000000000000000831d26b8a0d299a9531de84517890f7ac4182ed7ce4346a5d027704487fb1617851ab70d5ba0464b893c9530cbc7dd8d5ac910df1f6fabec3083d9844a4500c8bc82556316f4",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x204ed"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117009,
"transactionHash": "0x9c0329019f67b1e8a159a11d0acaf9f358cd4366d4364d2cb2c041ee1019475c",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f445155586e7a6b5956416757715869704752565a596b694571454e387259524a776e4a4a625638616670666164774b71346d74634148597556504b475a5377706e556e4e724432534c31000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x0ccbbcf2f92f96726a7c3f0e17b1fea15b51f37969654b517a4b838a0fdf4413",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x204ed"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117008,
"blockHash": "0x1b41b3ceaf34b47b851bad6046cecaa119126ed350314e4b4b517c7b123efd7c",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xb5920185b03e1a14c2cd6f2cadf8c94cec19c41fa0fecba3fc36203f293f85b4",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__LbL6MnmxSwip4LpLA7x5uGG83tPYC62PNqVyrqaQTksT2Ey3CEQpyXU3voAd3RpKRoRo2QJSsB",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__LbL6MnmxSwip4LpLA7x5uGG83tPYC62PNqVyrqaQTksT2Ey3CEQpyXU3voAd3RpKRoRo2QJSsB",
"length": 2
},
"hash": "0xb5920185b03e1a14c2cd6f2cadf8c94cec19c41fa0fecba3fc36203f293f85b4",
"confirmations": 49,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 5241,
"r": "0xbbb0c78e9ef938bbad1bc86c7a29b23b63e9620dd97a79cdd9baabbc7b4123db",
"s": "0x7603acf0170ad9373a5ff58ede7a6eaa7c7c2e8f9ae1f18a33cf438f62f5cf0d",
"v": 28,
"creates": null,
"raw": "0xf86b8214798501dcd6500083989680949e8d8b76b0d624519c5518819f29158879580c1a8084446e88261ca0bbb0c78e9ef938bbad1bc86c7a29b23b63e9620dd97a79cdd9baabbc7b4123dba07603acf0170ad9373a5ff58ede7a6eaa7c7c2e8f9ae1f18a33cf438f62f5cf0d",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x21bb3"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117008,
"transactionHash": "0xb5920185b03e1a14c2cd6f2cadf8c94cec19c41fa0fecba3fc36203f293f85b4",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4c624c364d6e6d7853776970344c704c413778357547473833745059433632504e71567972716151546b7354324579334345517079585533766f41643352704b526f526f32514a537342000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x1b41b3ceaf34b47b851bad6046cecaa119126ed350314e4b4b517c7b123efd7c",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x21bb3"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117006,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"logIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x01"
},
"1": 0,
"2": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x01"
},
"level": 0,
"contentHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
},
"contract": "BaseContent",
"hash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"confirmations": 51,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x18bd5"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 67,
"r": "0x5700ae708c749ac05f249b0ba09d1feacc74e351bf6062252c0f95fc04a4daa4",
"s": "0x55d76d13e3648f759e01896162091346226a88ed1e44ee89b86a743f6295b8a4",
"v": 1910456,
"creates": null,
"raw": "0xf9022e438501dcd6500083018bd5949e8d8b76b0d624519c5518819f29158879580c1a80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a05700ae708c749ac05f249b0ba09d1feacc74e351bf6062252c0f95fc04a4daa4a055d76d13e3648f759e01896162091346226a88ed1e44ee89b86a743f6295b8a4",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x18bd5"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x18bd5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117006,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"logIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent",
"hash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"confirmations": 51,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x18bd5"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 67,
"r": "0x5700ae708c749ac05f249b0ba09d1feacc74e351bf6062252c0f95fc04a4daa4",
"s": "0x55d76d13e3648f759e01896162091346226a88ed1e44ee89b86a743f6295b8a4",
"v": 1910456,
"creates": null,
"raw": "0xf9022e438501dcd6500083018bd5949e8d8b76b0d624519c5518819f29158879580c1a80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a05700ae708c749ac05f249b0ba09d1feacc74e351bf6062252c0f95fc04a4daa4a055d76d13e3648f759e01896162091346226a88ed1e44ee89b86a743f6295b8a4",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x18bd5"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x18bd5"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 117006,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0xa1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"logIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
},
"contract": "BaseContent",
"hash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"confirmations": 51,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x18bd5"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 67,
"r": "0x5700ae708c749ac05f249b0ba09d1feacc74e351bf6062252c0f95fc04a4daa4",
"s": "0x55d76d13e3648f759e01896162091346226a88ed1e44ee89b86a743f6295b8a4",
"v": 1910456,
"creates": null,
"raw": "0xf9022e438501dcd6500083018bd5949e8d8b76b0d624519c5518819f29158879580c1a80b901c4a1ff106e000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a00000000000000000000000000000000000000000000000000000000000000160000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001a0000000000000000000000000000000000000000000000000000000000000008430783034646131303161663464336361363964343532336265663136626564646565373630333363633564313032373266386365383135653633336632666639346332393538656532333531393137313538383334306431316539363738383632333439623134336463623165346131633465643931336339373437383930363030383200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000831d26b8a05700ae708c749ac05f249b0ba09d1feacc74e351bf6062252c0f95fc04a4daa4a055d76d13e3648f759e01896162091346226a88ed1e44ee89b86a743f6295b8a4",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x18bd5"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x18bd5"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117005,
"blockHash": "0x16f4cc31e144ccfed67f9c32e26babd095c05de31061be5c794a162bbe298948",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0xf1551887",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"transactionHash": "0xa3472eda695271eb4b63953e13e9ae2174afa4f5599f43a5f6b93d52971d4b30",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
},
"hash": "0xa3472eda695271eb4b63953e13e9ae2174afa4f5599f43a5f6b93d52971d4b30",
"confirmations": 52,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5d79"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 66,
"r": "0x56c29b60aeb9e421f059a8b2c8e4fdb51c4b99fb24b211166e292f13c77a5cb8",
"s": "0x2671c278780134a80b6a104590dc83ed0a2dee92ec784e24d4407eafe6ea2418",
"v": 1910456,
"creates": null,
"raw": "0xf86b428501dcd65000825d7994cf941497520ea28f603613086f93847a28d824048084f1551887831d26b8a056c29b60aeb9e421f059a8b2c8e4fdb51c4b99fb24b211166e292f13c77a5cb8a02671c278780134a80b6a104590dc83ed0a2dee92ec784e24d4407eafe6ea2418",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5d79"
},
"logsBloom": "0x00000000000000000000000000000000000000000020000000000000000000000008000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117005,
"transactionHash": "0xa3472eda695271eb4b63953e13e9ae2174afa4f5599f43a5f6b93d52971d4b30",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"data": "0x",
"logIndex": 0,
"blockHash": "0x16f4cc31e144ccfed67f9c32e26babd095c05de31061be5c794a162bbe298948",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5d79"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117007,
"blockHash": "0x04028ca9af26ebd6509c8bbd68b882aedc06cfa49c885b9fb24b9ebd18f7baed",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4c624c364d6e6d7853776970344c704c413778357547473833745059433632504e71567972716151546b7354324579334345517079585533766f41643352704b526f526f32514a537342000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x9e8e9b5c364bb0ab35a8139c5f045b6118135cd366b9ef7bad1bed813d6c15c3",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__LbL6MnmxSwip4LpLA7x5uGG83tPYC62PNqVyrqaQTksT2Ey3CEQpyXU3voAd3RpKRoRo2QJSsB",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__LbL6MnmxSwip4LpLA7x5uGG83tPYC62PNqVyrqaQTksT2Ey3CEQpyXU3voAd3RpKRoRo2QJSsB",
"length": 3
},
"hash": "0x9e8e9b5c364bb0ab35a8139c5f045b6118135cd366b9ef7bad1bed813d6c15c3",
"confirmations": 50,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x204ed"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 68,
"r": "0x69c9c057abc06d169329a42515fd3ac95555559d25e9e38db4bdb439b2bbdad0",
"s": "0x621dcfadbbbb3a4802f67932b3a7630851b3ee49011b19a41caf0ea6b03bf6a3",
"v": 1910456,
"creates": null,
"raw": "0xf9010d448501dcd65000830204ed949e8d8b76b0d624519c5518819f29158879580c1a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4c624c364d6e6d7853776970344c704c413778357547473833745059433632504e71567972716151546b7354324579334345517079585533766f41643352704b526f526f32514a537342000000000000000000000000000000000000831d26b8a069c9c057abc06d169329a42515fd3ac95555559d25e9e38db4bdb439b2bbdad0a0621dcfadbbbb3a4802f67932b3a7630851b3ee49011b19a41caf0ea6b03bf6a3",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x204ed"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117007,
"transactionHash": "0x9e8e9b5c364bb0ab35a8139c5f045b6118135cd366b9ef7bad1bed813d6c15c3",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4c624c364d6e6d7853776970344c704c413778357547473833745059433632504e71567972716151546b7354324579334345517079585533766f41643352704b526f526f32514a537342000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x04028ca9af26ebd6509c8bbd68b882aedc06cfa49c885b9fb24b9ebd18f7baed",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x204ed"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117003,
"blockHash": "0xd14e96a7c24a4109f189e4c03093d781e9eb507905241c59ba0f9f916180cae4",
"transactionIndex": 0,
"removed": false,
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x813e82a84dfb36877835cd044a79ec73b7609e9bf1a1cb08e41854eee197f524",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"length": 2
},
"hash": "0x813e82a84dfb36877835cd044a79ec73b7609e9bf1a1cb08e41854eee197f524",
"confirmations": 54,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"value": {
"_hex": "0x0"
},
"nonce": 5239,
"r": "0xea2eefdb9db40227481cd42940cbfc261ee4773e0aa05660c49ae6ecbbf9d866",
"s": "0x281d4c3c363ba08f6b4df34a640903ac3411e78e0d33c52d7b7ffaeee1e0b5e9",
"v": 28,
"creates": null,
"raw": "0xf86b8214778501dcd65000839896809483d7ec63cfde6b1df08165f1e3779ac8b7ba3f848084446e88261ca0ea2eefdb9db40227481cd42940cbfc261ee4773e0aa05660c49ae6ecbbf9d866a0281d4c3c363ba08f6b4df34a640903ac3411e78e0d33c52d7b7ffaeee1e0b5e9",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x189c1"
},
"logsBloom": "0x00000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117003,
"transactionHash": "0x813e82a84dfb36877835cd044a79ec73b7609e9bf1a1cb08e41854eee197f524",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f414741574e556d6875396e4832324a4a6e4a4a684e453467397853433257783351793976675469443975626a545068444d70557a6b437759364871756e7a726846326f6a775a706a6d44000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xd14e96a7c24a4109f189e4c03093d781e9eb507905241c59ba0f9f916180cae4",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x189c1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117004,
"blockHash": "0xd351d8ddb941cc58c671d71ccee4c1e5f6d2702253e6d5457b808499322f8ed0",
"transactionIndex": 0,
"removed": false,
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x8aafa5058e5eb8d99b3e855432c2424968693218e42590c1f92ee2e6dfe0c19b",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"length": 2
},
"hash": "0x8aafa5058e5eb8d99b3e855432c2424968693218e42590c1f92ee2e6dfe0c19b",
"confirmations": 53,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"value": {
"_hex": "0x0"
},
"nonce": 5240,
"r": "0x11afa20e2a4b964f8b4670c363d4dff006e990b000cffd023d90077cfb67886e",
"s": "0x6d900e77eeb4eff9ba457c29c00829e8811578ccdbd0c10d7ade73272f807f80",
"v": 27,
"creates": null,
"raw": "0xf86b8214788501dcd65000839896809471e24b2ceb5eb4a688d754e14ad082f05597edce8084446e88261ba011afa20e2a4b964f8b4670c363d4dff006e990b000cffd023d90077cfb67886ea06d900e77eeb4eff9ba457c29c00829e8811578ccdbd0c10d7ade73272f807f80",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x189c1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117004,
"transactionHash": "0x8aafa5058e5eb8d99b3e855432c2424968693218e42590c1f92ee2e6dfe0c19b",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004d68715f5f79387241524254583873785771597356334266566d5632654a37424e5059784e4c42577a714e734358485179346d477555396a524443594d4178374c677a386d34315469626747647300000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xd351d8ddb941cc58c671d71ccee4c1e5f6d2702253e6d5457b808499322f8ed0",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x189c1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117002,
"blockHash": "0x511b15909dc4ddae5f6526587c58fe04e9ab7d13e9fcab259b91abb7107d565d",
"transactionIndex": 0,
"removed": false,
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xd94cef101174dc9ffa6ab35ab957b30cd0153a36a34a53daaf898c5ba8e8209a",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"length": 2
},
"hash": "0xd94cef101174dc9ffa6ab35ab957b30cd0153a36a34a53daaf898c5ba8e8209a",
"confirmations": 55,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"value": {
"_hex": "0x0"
},
"nonce": 5238,
"r": "0x17f3d323fa99e465dbf9216b83ae12fba1071df7fe7e6f5fae91cd2f7255ad97",
"s": "0x6175d6c41d4d9b9195645c2ae467f38d31d7f95f36b9b75fb9c1a3949e44a60a",
"v": 27,
"creates": null,
"raw": "0xf86b8214768501dcd6500083989680943f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f68084446e88261ba017f3d323fa99e465dbf9216b83ae12fba1071df7fe7e6f5fae91cd2f7255ad97a06175d6c41d4d9b9195645c2ae467f38d31d7f95f36b9b75fb9c1a3949e44a60a",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x189c1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400004040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117002,
"transactionHash": "0xd94cef101174dc9ffa6ab35ab957b30cd0153a36a34a53daaf898c5ba8e8209a",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f41696f4c354c5063536873573964757847373969664b4e586e52347877646b58793771666d7169684d6164734c6f4665363978766b325878534e37774471726657534b7173724b553562000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x511b15909dc4ddae5f6526587c58fe04e9ab7d13e9fcab259b91abb7107d565d",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x189c1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117001,
"blockHash": "0xb61811f6b8712ff5e5a483a0136401327894638da84f90c5f6393da669a4b570",
"transactionIndex": 0,
"removed": false,
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004d68715f5f79387241524254583873785771597356334266566d5632654a37424e5059784e4c42577a714e734358485179346d477555396a524443594d4178374c677a386d34315469626747647300000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x40b6a7feb0bcd9c4fb40bd80611bf5793cf63adb2f3c97555757b13c4f4a9c01",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"length": 3
},
"hash": "0x40b6a7feb0bcd9c4fb40bd80611bf5793cf63adb2f3c97555757b13c4f4a9c01",
"confirmations": 56,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x23f45"
},
"to": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"value": {
"_hex": "0x0"
},
"nonce": 65,
"r": "0xee293740e46f784b486b5d03523a5b9c15ad1e266ca833efb54c2088be754a9e",
"s": "0x369a66df0b2a788fab3813b16a3bd55026d104f928b48d1ba1ad9531a15552d4",
"v": 1910455,
"creates": null,
"raw": "0xf9010d418501dcd6500083023f459471e24b2ceb5eb4a688d754e14ad082f05597edce80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004d68715f5f79387241524254583873785771597356334266566d5632654a37424e5059784e4c42577a714e734358485179346d477555396a524443594d4178374c677a386d34315469626747647300000000000000000000000000000000000000831d26b7a0ee293740e46f784b486b5d03523a5b9c15ad1e266ca833efb54c2088be754a9ea0369a66df0b2a788fab3813b16a3bd55026d104f928b48d1ba1ad9531a15552d4",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x23f45"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117001,
"transactionHash": "0x40b6a7feb0bcd9c4fb40bd80611bf5793cf63adb2f3c97555757b13c4f4a9c01",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004d68715f5f79387241524254583873785771597356334266566d5632654a37424e5059784e4c42577a714e734358485179346d477555396a524443594d4178374c677a386d34315469626747647300000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xb61811f6b8712ff5e5a483a0136401327894638da84f90c5f6393da669a4b570",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x23f45"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116999,
"blockHash": "0x09f4db0393a6354dc972efa34bc4f3a5057e069fe947a83483ca0c288b90405a",
"transactionIndex": 0,
"removed": false,
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41696f4c354c5063536873573964757847373969664b4e586e52347877646b58793771666d7169684d6164734c6f4665363978766b325878534e37774471726657534b7173724b553562000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x1b536b44c15374b14784405b3cd9021c1c5040316c32e7a7f074da06c751aefc",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"length": 3
},
"hash": "0x1b536b44c15374b14784405b3cd9021c1c5040316c32e7a7f074da06c751aefc",
"confirmations": 58,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x23f85"
},
"to": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"value": {
"_hex": "0x0"
},
"nonce": 63,
"r": "0x2733b39736189782ce01f053e2df449e77746a850d2eb637ef5aa87dbe04e0d3",
"s": "0x7aa206b673755bd27ea39ab17ddf6559e2ab3407fe790b5d7473a7955cb775ee",
"v": 1910455,
"creates": null,
"raw": "0xf9010d3f8501dcd6500083023f85943f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f680b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f41696f4c354c5063536873573964757847373969664b4e586e52347877646b58793771666d7169684d6164734c6f4665363978766b325878534e37774471726657534b7173724b553562000000000000000000000000000000000000831d26b7a02733b39736189782ce01f053e2df449e77746a850d2eb637ef5aa87dbe04e0d3a07aa206b673755bd27ea39ab17ddf6559e2ab3407fe790b5d7473a7955cb775ee",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x23f85"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000006000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116999,
"transactionHash": "0x1b536b44c15374b14784405b3cd9021c1c5040316c32e7a7f074da06c751aefc",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f41696f4c354c5063536873573964757847373969664b4e586e52347877646b58793771666d7169684d6164734c6f4665363978766b325878534e37774471726657534b7173724b553562000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x09f4db0393a6354dc972efa34bc4f3a5057e069fe947a83483ca0c288b90405a",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x23f85"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 117000,
"blockHash": "0x4ed86661e2e32aa665c076f7d797b0f5fd66acf4bd3bbdc9d973f684d8451ae4",
"transactionIndex": 0,
"removed": false,
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f414741574e556d6875396e4832324a4a6e4a4a684e453467397853433257783351793976675469443975626a545068444d70557a6b437759364871756e7a726846326f6a775a706a6d44000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xedd13adb5b4b642441e2580e916eebb25a475aada3d4e65c0989fbbb8b9fcf5d",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"length": 3
},
"hash": "0xedd13adb5b4b642441e2580e916eebb25a475aada3d4e65c0989fbbb8b9fcf5d",
"confirmations": 57,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x23f85"
},
"to": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"value": {
"_hex": "0x0"
},
"nonce": 64,
"r": "0x400b89fae5a00e00d4cd2426dd851d4a7227783c359b63d169ed7f124011c204",
"s": "0x7a4d220617092900067eb4c601d9a49f2d3305d7069d63b3886186ec11bf68c0",
"v": 1910455,
"creates": null,
"raw": "0xf9010d408501dcd6500083023f859483d7ec63cfde6b1df08165f1e3779ac8b7ba3f8480b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f414741574e556d6875396e4832324a4a6e4a4a684e453467397853433257783351793976675469443975626a545068444d70557a6b437759364871756e7a726846326f6a775a706a6d44000000000000000000000000000000000000831d26b7a0400b89fae5a00e00d4cd2426dd851d4a7227783c359b63d169ed7f124011c204a07a4d220617092900067eb4c601d9a49f2d3305d7069d63b3886186ec11bf68c0",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x23f85"
},
"logsBloom": "0x00000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117000,
"transactionHash": "0xedd13adb5b4b642441e2580e916eebb25a475aada3d4e65c0989fbbb8b9fcf5d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f414741574e556d6875396e4832324a4a6e4a4a684e453467397853433257783351793976675469443975626a545068444d70557a6b437759364871756e7a726846326f6a775a706a6d44000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x4ed86661e2e32aa665c076f7d797b0f5fd66acf4bd3bbdc9d973f684d8451ae4",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x23f85"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116998,
"blockHash": "0x138fb86ec5d2c96ddbd0aa5a5ff09935e602acc84137821ef7721d50d2e72d2c",
"transactionIndex": 0,
"removed": false,
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x0e9435502125872309896965a2909f85b7f5b0af01a78eff3dd6cfffb191d921",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"length": 2
},
"hash": "0x0e9435502125872309896965a2909f85b7f5b0af01a78eff3dd6cfffb191d921",
"confirmations": 59,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"value": {
"_hex": "0x0"
},
"nonce": 5237,
"r": "0x8f06ebb6ffb9bac051ac6b6239a8ce90d7c432a1d3519ea9927f1cecf5447072",
"s": "0x71d463ce37e20c8f9b3999990165cfbbfaa30291cd59c7b63c711dca80fc6d0b",
"v": 28,
"creates": null,
"raw": "0xf86b8214758501dcd65000839896809456dc8be160f1b1354939cf4798548531f102ee2f8084446e88261ca08f06ebb6ffb9bac051ac6b6239a8ce90d7c432a1d3519ea9927f1cecf5447072a071d463ce37e20c8f9b3999990165cfbbfaa30291cd59c7b63c711dca80fc6d0b",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x189c1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000010000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116998,
"transactionHash": "0x0e9435502125872309896965a2909f85b7f5b0af01a78eff3dd6cfffb191d921",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f385645376575384147547639484532366633597a4d4e376e365738533875376b75317a42355a4551566d73437373314b3834596175717a544c654379736a6b5359774d36654b446f466b000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x138fb86ec5d2c96ddbd0aa5a5ff09935e602acc84137821ef7721d50d2e72d2c",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x189c1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116996,
"blockHash": "0xcd1ce0e1044acab8bffbab67ffc37f01de77c2caad100a24c16d27fad6626303",
"transactionIndex": 0,
"removed": false,
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x4b47b21e642391a05aa88cd61a70615f73fe72a91c17cacd5c0c3bd4786861ac",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"length": 2
},
"hash": "0x4b47b21e642391a05aa88cd61a70615f73fe72a91c17cacd5c0c3bd4786861ac",
"confirmations": 61,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"value": {
"_hex": "0x0"
},
"nonce": 5236,
"r": "0x4668b1ea3347079e11e6b580f715e388427117c2777798a8219fb2ab31b07a49",
"s": "0x1d1b0513e69d730fcc91372d726f8bdaae0901234a01cf96a0188879a2e1dbc3",
"v": 28,
"creates": null,
"raw": "0xf86b8214748501dcd65000839896809418c7d13d59fcaee786c34180a60cd0416423538a8084446e88261ca04668b1ea3347079e11e6b580f715e388427117c2777798a8219fb2ab31b07a49a01d1b0513e69d730fcc91372d726f8bdaae0901234a01cf96a0188879a2e1dbc3",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x189c1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116996,
"transactionHash": "0x4b47b21e642391a05aa88cd61a70615f73fe72a91c17cacd5c0c3bd4786861ac",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f323178537457415858574d65586a69417a7a34584d75784264477242784e4145616f3765563662726e4b334b71667a6b686e4a6a636f565464484e586e65435255396b714d664e45504b000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xcd1ce0e1044acab8bffbab67ffc37f01de77c2caad100a24c16d27fad6626303",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x189c1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116997,
"blockHash": "0xb014b3291ccbb16b4708c758605c2fb4a9a5afeb3c49a18a5892e5441a35aa2f",
"transactionIndex": 0,
"removed": false,
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xf8033df213a5ee0b1cbad2aff3f0ef308b6051b4e7d52e931333c0f9e8c4b552",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0xf8033df213a5ee0b1cbad2aff3f0ef308b6051b4e7d52e931333c0f9e8c4b552",
"confirmations": 60,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5f3c"
},
"to": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"value": {
"_hex": "0x0"
},
"nonce": 62,
"r": "0xd5f921e8eda618f9180ada92707d24e65a8e2b829aa1a64b7260e44664195abf",
"s": "0x61e8efe3fe39e22fd2b7ce659d471089514ef10b3382713e55c68cc93e4e6871",
"v": 1910456,
"creates": null,
"raw": "0xf86b3e8501dcd65000825f3c9483d7ec63cfde6b1df08165f1e3779ac8b7ba3f848084c287e0ed831d26b8a0d5f921e8eda618f9180ada92707d24e65a8e2b829aa1a64b7260e44664195abfa061e8efe3fe39e22fd2b7ce659d471089514ef10b3382713e55c68cc93e4e6871",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116997,
"transactionHash": "0xf8033df213a5ee0b1cbad2aff3f0ef308b6051b4e7d52e931333c0f9e8c4b552",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xb014b3291ccbb16b4708c758605c2fb4a9a5afeb3c49a18a5892e5441a35aa2f",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116994,
"blockHash": "0xbe414cecdca76f3e58727cff6f9bb55a40ed148a1407ff5545ba9c36811743ef",
"transactionIndex": 0,
"removed": false,
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f323178537457415858574d65586a69417a7a34584d75784264477242784e4145616f3765563662726e4b334b71667a6b686e4a6a636f565464484e586e65435255396b714d664e45504b000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xe4d8fd5eb93c9445c847f80e85a50ab3a55dfb40274c6ae489e964bb8b9f2a58",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"length": 3
},
"hash": "0xe4d8fd5eb93c9445c847f80e85a50ab3a55dfb40274c6ae489e964bb8b9f2a58",
"confirmations": 63,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x23f85"
},
"to": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"value": {
"_hex": "0x0"
},
"nonce": 60,
"r": "0x07c413e6a03b1ca6c53b3777b786156680104943b06e6f26b2158f5f7e9a627d",
"s": "0x550c3d8e5ab8d43e265aa9490c89e5f6f5fa5b6a3016c82541d5164429cf6972",
"v": 1910456,
"creates": null,
"raw": "0xf9010d3c8501dcd6500083023f859418c7d13d59fcaee786c34180a60cd0416423538a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f323178537457415858574d65586a69417a7a34584d75784264477242784e4145616f3765563662726e4b334b71667a6b686e4a6a636f565464484e586e65435255396b714d664e45504b000000000000000000000000000000000000831d26b8a007c413e6a03b1ca6c53b3777b786156680104943b06e6f26b2158f5f7e9a627da0550c3d8e5ab8d43e265aa9490c89e5f6f5fa5b6a3016c82541d5164429cf6972",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x23f85"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000200000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116994,
"transactionHash": "0xe4d8fd5eb93c9445c847f80e85a50ab3a55dfb40274c6ae489e964bb8b9f2a58",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f323178537457415858574d65586a69417a7a34584d75784264477242784e4145616f3765563662726e4b334b71667a6b686e4a6a636f565464484e586e65435255396b714d664e45504b000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xbe414cecdca76f3e58727cff6f9bb55a40ed148a1407ff5545ba9c36811743ef",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x23f85"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116993,
"blockHash": "0x8645e17e632a7315a330149e1d805366f6a45bd9c91943d1de467dfca253d1b4",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c8090000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d36b5d900000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x857989f78fc531f0b201e1223b3a4a2eb871dd0c49524f350f8c6256bd1ad589",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e407"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d36b5d9"
},
"timestamp": {
"_hex": "0x5dc9e407"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xA576095D1a8A7f2575F1022852Fec8A107C7c809",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d36b5d9"
},
"length": 6
},
"contract": "BaseContentFactoryExt",
"hash": "0x857989f78fc531f0b201e1223b3a4a2eb871dd0c49524f350f8c6256bd1ad589",
"confirmations": 64,
"from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x3d0900"
},
"to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"value": {
"_hex": "0x0"
},
"nonce": 33314,
"r": "0x374dcf969b96208dcdaca00fd3dd55d0bc12c651163408e33a93f056510a9195",
"s": "0x1bdd1b9423a8bc776ebd4602d8c042ecec03b82755f6131c1e15964d594bb854",
"v": 28,
"creates": null,
"raw": "0xf902ad8282228501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9024478cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c8090000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d36b5d9000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000001ca0374dcf969b96208dcdaca00fd3dd55d0bc12c651163408e33a93f056510a9195a01bdd1b9423a8bc776ebd4602d8c042ecec03b82755f6131c1e15964d594bb854",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x9790"
},
"logsBloom": "0x00000000000000000000200000000000000002000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116993,
"transactionHash": "0x857989f78fc531f0b201e1223b3a4a2eb871dd0c49524f350f8c6256bd1ad589",
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e407000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000a576095d1a8a7f2575f1022852fec8a107c7c80900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d36b5d9",
"logIndex": 0,
"blockHash": "0x8645e17e632a7315a330149e1d805366f6a45bd9c91943d1de467dfca253d1b4",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x9790"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116995,
"blockHash": "0x65018ec45fb1f1f5cc9ca5138daccd4d1ae1d94b73e8147158ffbea5e206a040",
"transactionIndex": 0,
"removed": false,
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f385645376575384147547639484532366633597a4d4e376e365738533875376b75317a42355a4551566d73437373314b3834596175717a544c654379736a6b5359774d36654b446f466b000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x64590f3dc18ab3a49881139e32b47f3be8417a1a01ba31e64478cf0646210fe2",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"length": 3
},
"hash": "0x64590f3dc18ab3a49881139e32b47f3be8417a1a01ba31e64478cf0646210fe2",
"confirmations": 62,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x23f85"
},
"to": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"value": {
"_hex": "0x0"
},
"nonce": 61,
"r": "0x96845cd8cea7e4ba3d769f1253a4c4e621000868975f0c91a44b5dd310382379",
"s": "0x09c235eb5ff75ecc7354965028f9d8e026557f96da5cba427375dfdb5b33f5ad",
"v": 1910455,
"creates": null,
"raw": "0xf9010d3d8501dcd6500083023f859456dc8be160f1b1354939cf4798548531f102ee2f80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f385645376575384147547639484532366633597a4d4e376e365738533875376b75317a42355a4551566d73437373314b3834596175717a544c654379736a6b5359774d36654b446f466b000000000000000000000000000000000000831d26b7a096845cd8cea7e4ba3d769f1253a4c4e621000868975f0c91a44b5dd310382379a009c235eb5ff75ecc7354965028f9d8e026557f96da5cba427375dfdb5b33f5ad",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x23f85"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000010000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116995,
"transactionHash": "0x64590f3dc18ab3a49881139e32b47f3be8417a1a01ba31e64478cf0646210fe2",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f385645376575384147547639484532366633597a4d4e376e365738533875376b75317a42355a4551566d73437373314b3834596175717a544c654379736a6b5359774d36654b446f466b000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x65018ec45fb1f1f5cc9ca5138daccd4d1ae1d94b73e8147158ffbea5e206a040",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x23f85"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116992,
"blockHash": "0x1c9420e405a90edd25f8cdd1533b80b6accb88030046176dd41cb4b151b44d0a",
"transactionIndex": 0,
"removed": false,
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x4ef337bf5f80b8ecb6350897d2172384732acfa76e8b225791383650980dc49d",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0x4ef337bf5f80b8ecb6350897d2172384732acfa76e8b225791383650980dc49d",
"confirmations": 65,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5f3c"
},
"to": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"value": {
"_hex": "0x0"
},
"nonce": 59,
"r": "0xda32f8d12b0c7229df37ebe7db7d6c5e07e46559fd425b1ccd443310d54faedb",
"s": "0x03316fc6b68ce19d51f0c88affccb6ac8acdac8fdae30cf1d7ec931de39b733c",
"v": 1910456,
"creates": null,
"raw": "0xf86b3b8501dcd65000825f3c9456dc8be160f1b1354939cf4798548531f102ee2f8084c287e0ed831d26b8a0da32f8d12b0c7229df37ebe7db7d6c5e07e46559fd425b1ccd443310d54faedba003316fc6b68ce19d51f0c88affccb6ac8acdac8fdae30cf1d7ec931de39b733c",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000040000000000010000000000010000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116992,
"transactionHash": "0x4ef337bf5f80b8ecb6350897d2172384732acfa76e8b225791383650980dc49d",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x1c9420e405a90edd25f8cdd1533b80b6accb88030046176dd41cb4b151b44d0a",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116991,
"blockHash": "0xee8e3a2e8fac57ca36617243030a1bb8756be110eff0cd246bfe84bcdc9db4c0",
"transactionIndex": 0,
"removed": false,
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x863b0b5a0766c561ee151c212e3d180ac86ec7ebe820146508a60d87b03e1457",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"length": 2
},
"hash": "0x863b0b5a0766c561ee151c212e3d180ac86ec7ebe820146508a60d87b03e1457",
"confirmations": 66,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"value": {
"_hex": "0x0"
},
"nonce": 5235,
"r": "0x7957cec558683612d5f1d872ecd3622d944a70a4a4ce886cd87277970da44f0b",
"s": "0x1b000e5b387972f3377350acee2db2d9a5315e9e690f7614d2a7306d1ec8d07f",
"v": 27,
"creates": null,
"raw": "0xf86b8214738501dcd650008398968094693515d411b36b65aa1d610400f20166e9198b0a8084446e88261ba07957cec558683612d5f1d872ecd3622d944a70a4a4ce886cd87277970da44f0ba01b000e5b387972f3377350acee2db2d9a5315e9e690f7614d2a7306d1ec8d07f",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x189c1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000801000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116991,
"transactionHash": "0x863b0b5a0766c561ee151c212e3d180ac86ec7ebe820146508a60d87b03e1457",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4d596f534467516667686855726836447a54354d684d6835694b574e6d374e75507145444c3855756d4c514d533675594e38724251674d686e616b507765645870774677685764463631000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xee8e3a2e8fac57ca36617243030a1bb8756be110eff0cd246bfe84bcdc9db4c0",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x189c1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116990,
"blockHash": "0xa24dcb84fab518a4697c24104809fba9c7f4e3d6eccaae8cd60493da3c9f0ed9",
"transactionIndex": 0,
"removed": false,
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x34657f386a4a60aaf34f3171be5d212e64a79c35bcdf7dc4c00983ba9ec1e3bb",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0x34657f386a4a60aaf34f3171be5d212e64a79c35bcdf7dc4c00983ba9ec1e3bb",
"confirmations": 67,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5f3c"
},
"to": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"value": {
"_hex": "0x0"
},
"nonce": 58,
"r": "0x32ec7867d47ebfb4860e7661839c10ec2cd5949df9db1d54fe8582c5783a52c0",
"s": "0x67cf81e9bb2ce232a11272c8e7914d58ff5a69a4e2c304a9a84fe2c6fae18d95",
"v": 1910455,
"creates": null,
"raw": "0xf86b3a8501dcd65000825f3c9418c7d13d59fcaee786c34180a60cd0416423538a8084c287e0ed831d26b7a032ec7867d47ebfb4860e7661839c10ec2cd5949df9db1d54fe8582c5783a52c0a067cf81e9bb2ce232a11272c8e7914d58ff5a69a4e2c304a9a84fe2c6fae18d95",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000004010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116990,
"transactionHash": "0x34657f386a4a60aaf34f3171be5d212e64a79c35bcdf7dc4c00983ba9ec1e3bb",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xa24dcb84fab518a4697c24104809fba9c7f4e3d6eccaae8cd60493da3c9f0ed9",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116989,
"blockHash": "0x6f2adb21399d35c2f5d97ed5de947c66a71e083860f851628105b9daff17b88c",
"transactionIndex": 0,
"removed": false,
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x85e473085e2720c108fe85230f985bf64e597c928d954b1130ae73c8a91c1597",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"length": 2
},
"hash": "0x85e473085e2720c108fe85230f985bf64e597c928d954b1130ae73c8a91c1597",
"confirmations": 68,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"value": {
"_hex": "0x0"
},
"nonce": 5234,
"r": "0x83ebfab046d48bbcd4e693056abd7379c08728e9c1d5498e1ab57515dfb7f9fc",
"s": "0x5a192a8bd03d463effd9db11cc432e04d98ea5c4293488f3a371c0ef9c5c17a7",
"v": 28,
"creates": null,
"raw": "0xf86b8214728501dcd650008398968094a6b606f7a49dbcfcd9493b940fb1280ea21f4abd8084446e88261ca083ebfab046d48bbcd4e693056abd7379c08728e9c1d5498e1ab57515dfb7f9fca05a192a8bd03d463effd9db11cc432e04d98ea5c4293488f3a371c0ef9c5c17a7",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x189c1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000100100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116989,
"transactionHash": "0x85e473085e2720c108fe85230f985bf64e597c928d954b1130ae73c8a91c1597",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f4d31326445447334796b70706d626231376d6e3662655a7a6f4247335a534b5333786d6d6a554b59656b7932624d577473544a4b526a55524743355761616346346f70315157506e556b000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x6f2adb21399d35c2f5d97ed5de947c66a71e083860f851628105b9daff17b88c",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x189c1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116988,
"blockHash": "0x3fed501e5332c884b6f10cac4b5007827982d87cb2a37c0f5acf5f3955be7a97",
"transactionIndex": 0,
"removed": false,
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4d596f534467516667686855726836447a54354d684d6835694b574e6d374e75507145444c3855756d4c514d533675594e38724251674d686e616b507765645870774677685764463631000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x2f899dbfab5f39470f5d8385dd1d5cd8b03c764301e1209d3401b946abbf8640",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"length": 3
},
"hash": "0x2f899dbfab5f39470f5d8385dd1d5cd8b03c764301e1209d3401b946abbf8640",
"confirmations": 69,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x23f85"
},
"to": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"value": {
"_hex": "0x0"
},
"nonce": 57,
"r": "0x70cc2554bee3fb94497964def6c03ac2d165dcb7a6e62c24009a846b4dbe621d",
"s": "0x2daa663cc89bee68d734118e9a376862a2f2f093a7210b41b92142b3cb1bb21a",
"v": 1910455,
"creates": null,
"raw": "0xf9010d398501dcd6500083023f8594693515d411b36b65aa1d610400f20166e9198b0a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4d596f534467516667686855726836447a54354d684d6835694b574e6d374e75507145444c3855756d4c514d533675594e38724251674d686e616b507765645870774677685764463631000000000000000000000000000000000000831d26b7a070cc2554bee3fb94497964def6c03ac2d165dcb7a6e62c24009a846b4dbe621da02daa663cc89bee68d734118e9a376862a2f2f093a7210b41b92142b3cb1bb21a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x23f85"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000801000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116988,
"transactionHash": "0x2f899dbfab5f39470f5d8385dd1d5cd8b03c764301e1209d3401b946abbf8640",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4d596f534467516667686855726836447a54354d684d6835694b574e6d374e75507145444c3855756d4c514d533675594e38724251674d686e616b507765645870774677685764463631000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3fed501e5332c884b6f10cac4b5007827982d87cb2a37c0f5acf5f3955be7a97",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x23f85"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116987,
"blockHash": "0x9e0cadc0c9bc82d7d244369d5dda35ccde0e68caf8ae9bc7b8acac1ea42a50ad",
"transactionIndex": 0,
"removed": false,
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4d31326445447334796b70706d626231376d6e3662655a7a6f4247335a534b5333786d6d6a554b59656b7932624d577473544a4b526a55524743355761616346346f70315157506e556b000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xb0d20f54a808968587c8c8ddee8698d2844d6e42ae43cac4e5273aae3f9d6b2d",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"length": 3
},
"hash": "0xb0d20f54a808968587c8c8ddee8698d2844d6e42ae43cac4e5273aae3f9d6b2d",
"confirmations": 70,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x23f85"
},
"to": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"value": {
"_hex": "0x0"
},
"nonce": 56,
"r": "0xb6c74247dd10d5e556d949799429959aa558f805d40fa51512035d38286f6159",
"s": "0x0aa5748e7f18d73588ab4b1877c669dae008253c69eff5398402b7151c6ed9fd",
"v": 1910456,
"creates": null,
"raw": "0xf9010d388501dcd6500083023f8594a6b606f7a49dbcfcd9493b940fb1280ea21f4abd80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f4d31326445447334796b70706d626231376d6e3662655a7a6f4247335a534b5333786d6d6a554b59656b7932624d577473544a4b526a55524743355761616346346f70315157506e556b000000000000000000000000000000000000831d26b8a0b6c74247dd10d5e556d949799429959aa558f805d40fa51512035d38286f6159a00aa5748e7f18d73588ab4b1877c669dae008253c69eff5398402b7151c6ed9fd",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x23f85"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000100000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116987,
"transactionHash": "0xb0d20f54a808968587c8c8ddee8698d2844d6e42ae43cac4e5273aae3f9d6b2d",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f4d31326445447334796b70706d626231376d6e3662655a7a6f4247335a534b5333786d6d6a554b59656b7932624d577473544a4b526a55524743355761616346346f70315157506e556b000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x9e0cadc0c9bc82d7d244369d5dda35ccde0e68caf8ae9bc7b8acac1ea42a50ad",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x23f85"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116986,
"blockHash": "0xdecc655b0b15d523fd39065e393a954102e7893dcb6ff6add8a6db305985f7d3",
"transactionIndex": 0,
"removed": false,
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xfb729be03936ce0d5801e821c1b216b9c2e51ea6b3e7b21bb4503b4e2dc71bc8",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0xfb729be03936ce0d5801e821c1b216b9c2e51ea6b3e7b21bb4503b4e2dc71bc8",
"confirmations": 71,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5f3c"
},
"to": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"value": {
"_hex": "0x0"
},
"nonce": 55,
"r": "0x75008597bb637f3baab5d9784595ffa6362f26f1daaa198d5d393a082da0ed18",
"s": "0x38e163b6e689a305c4ae41f3672ddab2efc482dc82642d917c745322d617f7fb",
"v": 1910455,
"creates": null,
"raw": "0xf86b378501dcd65000825f3c94693515d411b36b65aa1d610400f20166e9198b0a8084c287e0ed831d26b7a075008597bb637f3baab5d9784595ffa6362f26f1daaa198d5d393a082da0ed18a038e163b6e689a305c4ae41f3672ddab2efc482dc82642d917c745322d617f7fb",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000030000000000010000000000000000000000000801000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116986,
"transactionHash": "0xfb729be03936ce0d5801e821c1b216b9c2e51ea6b3e7b21bb4503b4e2dc71bc8",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xdecc655b0b15d523fd39065e393a954102e7893dcb6ff6add8a6db305985f7d3",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116985,
"blockHash": "0xef6830e7085232ce03788e65d0d15ac4fb08b42d297154635bc3841b7ed91c82",
"transactionIndex": 0,
"removed": false,
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xb60acad54aa60bb21cbe6e19299b1f4745b00696aed4d1a062bd4b1302fa2a35",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0xb60acad54aa60bb21cbe6e19299b1f4745b00696aed4d1a062bd4b1302fa2a35",
"confirmations": 72,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5f3c"
},
"to": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"value": {
"_hex": "0x0"
},
"nonce": 54,
"r": "0x98b5f63650b236e6885707dccccb6d9742ebe8d029d0b5900231777befab84ee",
"s": "0x5595c9c5e1d497d998b8b5cf56ce27c01fd968090c54a46f621aa28fc3fe3984",
"v": 1910455,
"creates": null,
"raw": "0xf86b368501dcd65000825f3c94a6b606f7a49dbcfcd9493b940fb1280ea21f4abd8084c287e0ed831d26b7a098b5f63650b236e6885707dccccb6d9742ebe8d029d0b5900231777befab84eea05595c9c5e1d497d998b8b5cf56ce27c01fd968090c54a46f621aa28fc3fe3984",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000080000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116985,
"transactionHash": "0xb60acad54aa60bb21cbe6e19299b1f4745b00696aed4d1a062bd4b1302fa2a35",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xef6830e7085232ce03788e65d0d15ac4fb08b42d297154635bc3841b7ed91c82",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116984,
"blockHash": "0x7944a8b57802939b0020dd069b3efcb6ed2c3c1113ede90c48d2e4aba0f77a9b",
"transactionIndex": 0,
"removed": false,
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0x05121bbe4f5a51ae41daed463bb7abee6ca614f90a80ac1a9f91bf7e2450abfc",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"length": 2
},
"hash": "0x05121bbe4f5a51ae41daed463bb7abee6ca614f90a80ac1a9f91bf7e2450abfc",
"confirmations": 73,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"value": {
"_hex": "0x0"
},
"nonce": 5233,
"r": "0x75ab992f0ee902c98ad27441caf27eb901d56a78b582a98d8048c7a367dde696",
"s": "0x3e237dc0240bc65f38e07caabd4c612309da36c43a9f14e644ceb50d4d47ed72",
"v": 27,
"creates": null,
"raw": "0xf86b8214718501dcd6500083989680940ef069c1fc5997075b80e079dc77aef5e59eb6358084446e88261ba075ab992f0ee902c98ad27441caf27eb901d56a78b582a98d8048c7a367dde696a03e237dc0240bc65f38e07caabd4c612309da36c43a9f14e644ceb50d4d47ed72",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x189c1"
},
"logsBloom": "0x00000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000040000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116984,
"transactionHash": "0x05121bbe4f5a51ae41daed463bb7abee6ca614f90a80ac1a9f91bf7e2450abfc",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f3438793559484e616569397841577a534b485a587a4b6966587552447375734c705271696f4d6a74367878386f727373724c6e7964554a346d55627a5032576134363944743439466751000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x7944a8b57802939b0020dd069b3efcb6ed2c3c1113ede90c48d2e4aba0f77a9b",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x189c1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116982,
"blockHash": "0xf3fad6a08102da80412e3b086f223fa443f95ab709128601a1261d6909b54d68",
"transactionIndex": 0,
"removed": false,
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xe34dcb8693eb24b93a9e5a6da5fdc681cfa133e439be433b999ff243a82cef41",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"length": 2
},
"hash": "0xe34dcb8693eb24b93a9e5a6da5fdc681cfa133e439be433b999ff243a82cef41",
"confirmations": 75,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"value": {
"_hex": "0x0"
},
"nonce": 5232,
"r": "0x44e22dcf447ee7d0bec1244471d424bac27fee314860f90f6e6162a96263c9b3",
"s": "0x4b42836309e6e02fd261ca2ac067e9cb27fc449665a1dfcdb1fbac55681271b6",
"v": 27,
"creates": null,
"raw": "0xf86b8214708501dcd6500083989680943ef3813af5fc3f14b9d7490ad4481dea3cdefe798084446e88261ba044e22dcf447ee7d0bec1244471d424bac27fee314860f90f6e6162a96263c9b3a04b42836309e6e02fd261ca2ac067e9cb27fc449665a1dfcdb1fbac55681271b6",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x189c1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000100000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116982,
"transactionHash": "0xe34dcb8693eb24b93a9e5a6da5fdc681cfa133e439be433b999ff243a82cef41",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f435746546a505a6471533132595454676872444d47353635683135394b313644425577426f564c5a4a717a355369796e6a566b514e453751335345377456484b75777546686535733553000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xf3fad6a08102da80412e3b086f223fa443f95ab709128601a1261d6909b54d68",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x189c1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116983,
"blockHash": "0xc1e44efa2f33702d5989eba8662c96ab4c221a7fcfdfb926e4bd2138f0c8e5ec",
"transactionIndex": 0,
"removed": false,
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xbf9c94c8674c867099f5b01350e074772af5995f14eb90b27d8c5a0ed46f42f7",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0xbf9c94c8674c867099f5b01350e074772af5995f14eb90b27d8c5a0ed46f42f7",
"confirmations": 74,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5f3c"
},
"to": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"value": {
"_hex": "0x0"
},
"nonce": 53,
"r": "0xe07f46657fd3badd9a8f2dfa29a38fcc4ae50d7847f3130f26a88129931c34e0",
"s": "0x3457950f23702a9d64c9bbec98df249a36cf317d1f29c544c5a507225235347e",
"v": 1910455,
"creates": null,
"raw": "0xf86b358501dcd65000825f3c9471e24b2ceb5eb4a688d754e14ad082f05597edce8084c287e0ed831d26b7a0e07f46657fd3badd9a8f2dfa29a38fcc4ae50d7847f3130f26a88129931c34e0a03457950f23702a9d64c9bbec98df249a36cf317d1f29c544c5a507225235347e",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000008000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116983,
"transactionHash": "0xbf9c94c8674c867099f5b01350e074772af5995f14eb90b27d8c5a0ed46f42f7",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xc1e44efa2f33702d5989eba8662c96ab4c221a7fcfdfb926e4bd2138f0c8e5ec",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116981,
"blockHash": "0x079bc32037d80ae87c880e882abc2325d65a3604bd3c58a6368bc4c263bb020f",
"transactionIndex": 0,
"removed": false,
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3438793559484e616569397841577a534b485a587a4b6966587552447375734c705271696f4d6a74367878386f727373724c6e7964554a346d55627a5032576134363944743439466751000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x3ff8bb10a197d67d3749a6b740a2c6dade8ba21b0dd5fd320d930a8e9c3e0e57",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"length": 3
},
"hash": "0x3ff8bb10a197d67d3749a6b740a2c6dade8ba21b0dd5fd320d930a8e9c3e0e57",
"confirmations": 76,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x23f85"
},
"to": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"value": {
"_hex": "0x0"
},
"nonce": 52,
"r": "0x47fc6aee4e14bfda2783eabdb42b044cfe8c490fe7e63ce04546c1298cdefe89",
"s": "0x1b3945aa2059c2e11fe1be2f5ee1bd181c88e31814391df75d9b3cbb8f278bd2",
"v": 1910455,
"creates": null,
"raw": "0xf9010d348501dcd6500083023f85940ef069c1fc5997075b80e079dc77aef5e59eb63580b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f3438793559484e616569397841577a534b485a587a4b6966587552447375734c705271696f4d6a74367878386f727373724c6e7964554a346d55627a5032576134363944743439466751000000000000000000000000000000000000831d26b7a047fc6aee4e14bfda2783eabdb42b044cfe8c490fe7e63ce04546c1298cdefe89a01b3945aa2059c2e11fe1be2f5ee1bd181c88e31814391df75d9b3cbb8f278bd2",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x23f85"
},
"logsBloom": "0x00000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000040000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116981,
"transactionHash": "0x3ff8bb10a197d67d3749a6b740a2c6dade8ba21b0dd5fd320d930a8e9c3e0e57",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f3438793559484e616569397841577a534b485a587a4b6966587552447375734c705271696f4d6a74367878386f727373724c6e7964554a346d55627a5032576134363944743439466751000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x079bc32037d80ae87c880e882abc2325d65a3604bd3c58a6368bc4c263bb020f",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x23f85"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116980,
"blockHash": "0xb8e50418cfcce0de6598b76d54b97b0f0e1439c7bd40e0884d8fdaa69ee1df30",
"transactionIndex": 0,
"removed": false,
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f435746546a505a6471533132595454676872444d47353635683135394b313644425577426f564c5a4a717a355369796e6a566b514e453751335345377456484b75777546686535733553000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xa3c2362a1a0ea474b64cb1a03d3e0a171fcdedf2383758be95b6dd7366d8ae25",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"length": 3
},
"hash": "0xa3c2362a1a0ea474b64cb1a03d3e0a171fcdedf2383758be95b6dd7366d8ae25",
"confirmations": 77,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x23f85"
},
"to": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"value": {
"_hex": "0x0"
},
"nonce": 51,
"r": "0xf595af2908cff91454c71b993b9f333e992c0f911cf997213de0cb7f250b19e9",
"s": "0x5aaf10de7eae48eeb793e31a4107aac83f50ba752a17bb1f414ad2e9e49a16f6",
"v": 1910456,
"creates": null,
"raw": "0xf9010d338501dcd6500083023f85943ef3813af5fc3f14b9d7490ad4481dea3cdefe7980b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f435746546a505a6471533132595454676872444d47353635683135394b313644425577426f564c5a4a717a355369796e6a566b514e453751335345377456484b75777546686535733553000000000000000000000000000000000000831d26b8a0f595af2908cff91454c71b993b9f333e992c0f911cf997213de0cb7f250b19e9a05aaf10de7eae48eeb793e31a4107aac83f50ba752a17bb1f414ad2e9e49a16f6",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x23f85"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000100000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116980,
"transactionHash": "0xa3c2362a1a0ea474b64cb1a03d3e0a171fcdedf2383758be95b6dd7366d8ae25",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f435746546a505a6471533132595454676872444d47353635683135394b313644425577426f564c5a4a717a355369796e6a566b514e453751335345377456484b75777546686535733553000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xb8e50418cfcce0de6598b76d54b97b0f0e1439c7bd40e0884d8fdaa69ee1df30",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x23f85"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116978,
"blockHash": "0xbbf94ac728113f21f9a9dc2e1706a019fe958e384404acba1b1fe32df54a3122",
"transactionIndex": 0,
"removed": false,
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x44094115cf19f59cd32154b6cc48a7c991b07ac87f7ded639eb18127b6f8dfc7",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0x44094115cf19f59cd32154b6cc48a7c991b07ac87f7ded639eb18127b6f8dfc7",
"confirmations": 79,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5f3c"
},
"to": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"value": {
"_hex": "0x0"
},
"nonce": 50,
"r": "0xf7251e79bc2cbf6d4341e6c0d61bb67440810b83362fbae3a00745776af89ca8",
"s": "0x2a0da4eb10396cf76a8b918194e5cba3be88fae39f053ea67816a2f0f95060d7",
"v": 1910456,
"creates": null,
"raw": "0xf86b328501dcd65000825f3c940ef069c1fc5997075b80e079dc77aef5e59eb6358084c287e0ed831d26b8a0f7251e79bc2cbf6d4341e6c0d61bb67440810b83362fbae3a00745776af89ca8a02a0da4eb10396cf76a8b918194e5cba3be88fae39f053ea67816a2f0f95060d7",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116978,
"transactionHash": "0x44094115cf19f59cd32154b6cc48a7c991b07ac87f7ded639eb18127b6f8dfc7",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xbbf94ac728113f21f9a9dc2e1706a019fe958e384404acba1b1fe32df54a3122",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116977,
"blockHash": "0x75153133f9ab8d0a8b8231d846cb329c1e50b7f67de3ba8200a7e92d68e8c99c",
"transactionIndex": 0,
"removed": false,
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0x63d70710336806b653418690077ab8ad2f20b9a35aecc1053bb480738f43ca5a",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0x63d70710336806b653418690077ab8ad2f20b9a35aecc1053bb480738f43ca5a",
"confirmations": 80,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5f3c"
},
"to": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"value": {
"_hex": "0x0"
},
"nonce": 49,
"r": "0x783fd10584384d6baffa228a8753e29ea704837df50d67d8cea4d4490fb2eb2c",
"s": "0x62712cd3800dcccdfae6808dd181ee1626c77d510a4bf46bd74b6a152443521c",
"v": 1910456,
"creates": null,
"raw": "0xf86b318501dcd65000825f3c943ef3813af5fc3f14b9d7490ad4481dea3cdefe798084c287e0ed831d26b8a0783fd10584384d6baffa228a8753e29ea704837df50d67d8cea4d4490fb2eb2ca062712cd3800dcccdfae6808dd181ee1626c77d510a4bf46bd74b6a152443521c",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000100000000000000000000000200000004000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116977,
"transactionHash": "0x63d70710336806b653418690077ab8ad2f20b9a35aecc1053bb480738f43ca5a",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x75153133f9ab8d0a8b8231d846cb329c1e50b7f67de3ba8200a7e92d68e8c99c",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116979,
"blockHash": "0x6a60b4182a61d5f4fd766684904e90782326674bc80564cd482430db727fe114",
"transactionIndex": 0,
"removed": false,
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"data": "0x78cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc40000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d3cb3e900000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"transactionHash": "0x20f4c1def33bb86639362f0e554d4f16230cc6ee30458142031754d291f75268",
"logIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,address,address,address,bytes32,uint64)",
"topic": "0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680",
"values": {
"0": {
"_hex": "0x5dc9e3fd"
},
"1": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"2": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"3": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"4": "0x0000000000000000000000000000000000000000000000000000000000000000",
"5": {
"_hex": "0x016d1d3cb3e9"
},
"timestamp": {
"_hex": "0x5dc9e3fd"
},
"libraryAddress": "0x146e50D94E177ea8bb2FA41aF42DB541ca2a6305",
"contentAddress": "0xF0790E285A0A52c8F156Bd4437E79fBeFF45de14",
"userAddress": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"contextHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
"request_timestamp": {
"_hex": "0x016d1d3cb3e9"
},
"length": 6
},
"contract": "BaseContentFactoryExt",
"hash": "0x20f4c1def33bb86639362f0e554d4f16230cc6ee30458142031754d291f75268",
"confirmations": 78,
"from": "0x024E380255B1f88AD89603C628f32bA0fb222Fa4",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x3d0900"
},
"to": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"value": {
"_hex": "0x0"
},
"nonce": 33313,
"r": "0x4d1686206be2f288e22e78290c6c13a02cd3b031840da1c5f950beb598bbd8cd",
"s": "0x3ef6f31c05c69804c605b5958ee4d8c51fd0f7419831bc7160c6999d8ff66296",
"v": 28,
"creates": null,
"raw": "0xf902ad8282218501dcd65000833d0900947bf432aa5bab589e95cc02cc50fb7f96800fe3e380b9024478cd911900000000000000000000000000000000000000000000000000000000000000c000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000140000000000000000000000000000000000000000000000000000000000000018000000000000000000000000000000000000000000000000000000000000001c00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de140000000000000000000000000000000000000000000000000000000000000001000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc40000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000016d1d3cb3e9000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000001ca04d1686206be2f288e22e78290c6c13a02cd3b031840da1c5f950beb598bbd8cda03ef6f31c05c69804c605b5958ee4d8c51fd0f7419831bc7160c6999d8ff66296",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x9790"
},
"logsBloom": "0x00000000000000000000200000000000000002000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116979,
"transactionHash": "0x20f4c1def33bb86639362f0e554d4f16230cc6ee30458142031754d291f75268",
"address": "0x7bf432AA5Bab589e95cC02cC50FB7F96800Fe3E3",
"topics": [
"0x8354ff8c2c210fd53709db56438bb45d36a62de8bcc95c8459d80ce933d47680"
],
"data": "0x000000000000000000000000000000000000000000000000000000005dc9e3fd000000000000000000000000146e50d94e177ea8bb2fa41af42db541ca2a6305000000000000000000000000f0790e285a0a52c8f156bd4437e79fbeff45de14000000000000000000000000d9dc97b58c5f2584062cf69775d160ed9a3bfbc400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016d1d3cb3e9",
"logIndex": 0,
"blockHash": "0x6a60b4182a61d5f4fd766684904e90782326674bc80564cd482430db727fe114",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x9790"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116976,
"blockHash": "0x9a297cc4335764cdaff31232b20099e79803c6bc1fde25b70fe8258ba9c2033b",
"transactionIndex": 0,
"removed": false,
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xa5ae5b4ae9667012543af44dc72ed82291e6ee52618c743f8b2cc4d8d64413ab",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0xa5ae5b4ae9667012543af44dc72ed82291e6ee52618c743f8b2cc4d8d64413ab",
"confirmations": 81,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5f3c"
},
"to": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"value": {
"_hex": "0x0"
},
"nonce": 48,
"r": "0x38fd5ba35fbe101aef2f8aebb49863107b178c420ea431289e3bb3fe320f3a3a",
"s": "0x00246ebd64720c3e824cb787e6881f1fafd20be6f519308185ab97fb4636f4fa",
"v": 1910455,
"creates": null,
"raw": "0xf86a308501dcd65000825f3c943f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f68084c287e0ed831d26b7a038fd5ba35fbe101aef2f8aebb49863107b178c420ea431289e3bb3fe320f3a3a9f246ebd64720c3e824cb787e6881f1fafd20be6f519308185ab97fb4636f4fa",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000100000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116976,
"transactionHash": "0xa5ae5b4ae9667012543af44dc72ed82291e6ee52618c743f8b2cc4d8d64413ab",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x9a297cc4335764cdaff31232b20099e79803c6bc1fde25b70fe8258ba9c2033b",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116974,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary",
"hash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"confirmations": 83,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 46,
"r": "0xfa8604651a622325321ce4a2c921b7a24fead155a4a0d7bc6ec6e3565ac6715e",
"s": "0x4df91be71d70a108f040af19a469973f363e7319302943093146a7119d4bdd7a",
"v": 1910455,
"creates": null,
"raw": "0xf88c2e8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0fa8604651a622325321ce4a2c921b7a24fead155a4a0d7bc6ec6e3565ac6715ea04df91be71d70a108f040af19a469973f363e7319302943093146a7119d4bdd7a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200840000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080010000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000004000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f6",
"logIndex": 4,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116974,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"contentAddress": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"confirmations": 83,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 46,
"r": "0xfa8604651a622325321ce4a2c921b7a24fead155a4a0d7bc6ec6e3565ac6715e",
"s": "0x4df91be71d70a108f040af19a469973f363e7319302943093146a7119d4bdd7a",
"v": 1910455,
"creates": null,
"raw": "0xf88c2e8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0fa8604651a622325321ce4a2c921b7a24fead155a4a0d7bc6ec6e3565ac6715ea04df91be71d70a108f040af19a469973f363e7319302943093146a7119d4bdd7a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200840000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080010000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000004000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f6",
"logIndex": 4,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116974,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"aggregate": 200,
"length": 3
},
"hash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"confirmations": 83,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 46,
"r": "0xfa8604651a622325321ce4a2c921b7a24fead155a4a0d7bc6ec6e3565ac6715e",
"s": "0x4df91be71d70a108f040af19a469973f363e7319302943093146a7119d4bdd7a",
"v": 1910455,
"creates": null,
"raw": "0xf88c2e8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0fa8604651a622325321ce4a2c921b7a24fead155a4a0d7bc6ec6e3565ac6715ea04df91be71d70a108f040af19a469973f363e7319302943093146a7119d4bdd7a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200840000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080010000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000004000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f6",
"logIndex": 4,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116974,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"confirmations": 83,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 46,
"r": "0xfa8604651a622325321ce4a2c921b7a24fead155a4a0d7bc6ec6e3565ac6715e",
"s": "0x4df91be71d70a108f040af19a469973f363e7319302943093146a7119d4bdd7a",
"v": 1910455,
"creates": null,
"raw": "0xf88c2e8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0fa8604651a622325321ce4a2c921b7a24fead155a4a0d7bc6ec6e3565ac6715ea04df91be71d70a108f040af19a469973f363e7319302943093146a7119d4bdd7a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200840000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080010000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000004000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f6",
"logIndex": 4,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116974,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionIndex": 0,
"removed": false,
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent",
"hash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"confirmations": 83,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 46,
"r": "0xfa8604651a622325321ce4a2c921b7a24fead155a4a0d7bc6ec6e3565ac6715e",
"s": "0x4df91be71d70a108f040af19a469973f363e7319302943093146a7119d4bdd7a",
"v": 1910455,
"creates": null,
"raw": "0xf88c2e8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0fa8604651a622325321ce4a2c921b7a24fead155a4a0d7bc6ec6e3565ac6715ea04df91be71d70a108f040af19a469973f363e7319302943093146a7119d4bdd7a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200840000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080010000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000004000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f6",
"logIndex": 4,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116974,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionIndex": 0,
"removed": false,
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent",
"hash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"confirmations": 83,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 46,
"r": "0xfa8604651a622325321ce4a2c921b7a24fead155a4a0d7bc6ec6e3565ac6715e",
"s": "0x4df91be71d70a108f040af19a469973f363e7319302943093146a7119d4bdd7a",
"v": 1910455,
"creates": null,
"raw": "0xf88c2e8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0fa8604651a622325321ce4a2c921b7a24fead155a4a0d7bc6ec6e3565ac6715ea04df91be71d70a108f040af19a469973f363e7319302943093146a7119d4bdd7a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200840000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080010000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000004000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f6",
"logIndex": 4,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116974,
"transactionHash": "0xad5fc85f35fd71dab8757696c1a08607599bbcacd19bda9fadc2dc0ae8d4c275",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000003f5c8adc52ba2e0584ca5eedebbc64ee8a1a47f600000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xdc71c8a07dfecac8465c39f34d4d3109d8d63e615b2d3b6084f6723f3766fb86",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116973,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary",
"hash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"confirmations": 84,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 45,
"r": "0xc275f1ed4aef5ac929172b37a57af5163a8afd500d3aedbb7c85909037bc69d4",
"s": "0x44a1defffab9c36fb2cb7d8aa3c724cecadacfbca3ee38e2c8562182bb936ede",
"v": 1910455,
"creates": null,
"raw": "0xf88c2d8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0c275f1ed4aef5ac929172b37a57af5163a8afd500d3aedbb7c85909037bc69d4a044a1defffab9c36fb2cb7d8aa3c724cecadacfbca3ee38e2c8562182bb936ede",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000004000000000000001000000000000000000000000000000000000012020000000000000000000000000000000402000000000000000000000000000000000000000000000000010000000001000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f",
"logIndex": 4,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116973,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"contentAddress": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"confirmations": 84,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 45,
"r": "0xc275f1ed4aef5ac929172b37a57af5163a8afd500d3aedbb7c85909037bc69d4",
"s": "0x44a1defffab9c36fb2cb7d8aa3c724cecadacfbca3ee38e2c8562182bb936ede",
"v": 1910455,
"creates": null,
"raw": "0xf88c2d8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0c275f1ed4aef5ac929172b37a57af5163a8afd500d3aedbb7c85909037bc69d4a044a1defffab9c36fb2cb7d8aa3c724cecadacfbca3ee38e2c8562182bb936ede",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000004000000000000001000000000000000000000000000000000000012020000000000000000000000000000000402000000000000000000000000000000000000000000000000010000000001000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f",
"logIndex": 4,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116973,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"aggregate": 200,
"length": 3
},
"hash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"confirmations": 84,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 45,
"r": "0xc275f1ed4aef5ac929172b37a57af5163a8afd500d3aedbb7c85909037bc69d4",
"s": "0x44a1defffab9c36fb2cb7d8aa3c724cecadacfbca3ee38e2c8562182bb936ede",
"v": 1910455,
"creates": null,
"raw": "0xf88c2d8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0c275f1ed4aef5ac929172b37a57af5163a8afd500d3aedbb7c85909037bc69d4a044a1defffab9c36fb2cb7d8aa3c724cecadacfbca3ee38e2c8562182bb936ede",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000004000000000000001000000000000000000000000000000000000012020000000000000000000000000000000402000000000000000000000000000000000000000000000000010000000001000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f",
"logIndex": 4,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116973,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"confirmations": 84,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 45,
"r": "0xc275f1ed4aef5ac929172b37a57af5163a8afd500d3aedbb7c85909037bc69d4",
"s": "0x44a1defffab9c36fb2cb7d8aa3c724cecadacfbca3ee38e2c8562182bb936ede",
"v": 1910455,
"creates": null,
"raw": "0xf88c2d8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0c275f1ed4aef5ac929172b37a57af5163a8afd500d3aedbb7c85909037bc69d4a044a1defffab9c36fb2cb7d8aa3c724cecadacfbca3ee38e2c8562182bb936ede",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000004000000000000001000000000000000000000000000000000000012020000000000000000000000000000000402000000000000000000000000000000000000000000000000010000000001000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f",
"logIndex": 4,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116973,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionIndex": 0,
"removed": false,
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent",
"hash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"confirmations": 84,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 45,
"r": "0xc275f1ed4aef5ac929172b37a57af5163a8afd500d3aedbb7c85909037bc69d4",
"s": "0x44a1defffab9c36fb2cb7d8aa3c724cecadacfbca3ee38e2c8562182bb936ede",
"v": 1910455,
"creates": null,
"raw": "0xf88c2d8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0c275f1ed4aef5ac929172b37a57af5163a8afd500d3aedbb7c85909037bc69d4a044a1defffab9c36fb2cb7d8aa3c724cecadacfbca3ee38e2c8562182bb936ede",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000004000000000000001000000000000000000000000000000000000012020000000000000000000000000000000402000000000000000000000000000000000000000000000000010000000001000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f",
"logIndex": 4,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116973,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionIndex": 0,
"removed": false,
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent",
"hash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"confirmations": 84,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 45,
"r": "0xc275f1ed4aef5ac929172b37a57af5163a8afd500d3aedbb7c85909037bc69d4",
"s": "0x44a1defffab9c36fb2cb7d8aa3c724cecadacfbca3ee38e2c8562182bb936ede",
"v": 1910455,
"creates": null,
"raw": "0xf88c2d8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0c275f1ed4aef5ac929172b37a57af5163a8afd500d3aedbb7c85909037bc69d4a044a1defffab9c36fb2cb7d8aa3c724cecadacfbca3ee38e2c8562182bb936ede",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000004000000000000001000000000000000000000000000000000000012020000000000000000000000000000000402000000000000000000000000000000000000000000000000010000000001000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f",
"logIndex": 4,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116973,
"transactionHash": "0x7a1b7f5184072d991fc8a09f48116bcf59acd7bba08b4575a52f50333fa32ac1",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000056dc8be160f1b1354939cf4798548531f102ee2f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xb32c06e716355771b9808e3df638c9f6029c22fdb6a46f5c81f733d834351bf1",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116975,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary",
"hash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"confirmations": 82,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 47,
"r": "0x4522f4060ed82b4e933623df2e8ca3f9ccf64e82d911c3fe82aad058c877f63a",
"s": "0x12c9926b22a803f6f47968edf21287c3d3287a5c6cb74d2a760d0ce3ff772067",
"v": 1910456,
"creates": null,
"raw": "0xf88c2f8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a04522f4060ed82b4e933623df2e8ca3f9ccf64e82d911c3fe82aad058c877f63aa012c9926b22a803f6f47968edf21287c3d3287a5c6cb74d2a760d0ce3ff772067",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000100000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000008000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000400000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f84",
"logIndex": 4,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116975,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"contentAddress": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"confirmations": 82,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 47,
"r": "0x4522f4060ed82b4e933623df2e8ca3f9ccf64e82d911c3fe82aad058c877f63a",
"s": "0x12c9926b22a803f6f47968edf21287c3d3287a5c6cb74d2a760d0ce3ff772067",
"v": 1910456,
"creates": null,
"raw": "0xf88c2f8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a04522f4060ed82b4e933623df2e8ca3f9ccf64e82d911c3fe82aad058c877f63aa012c9926b22a803f6f47968edf21287c3d3287a5c6cb74d2a760d0ce3ff772067",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000100000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000008000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000400000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f84",
"logIndex": 4,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116975,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"aggregate": 200,
"length": 3
},
"hash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"confirmations": 82,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 47,
"r": "0x4522f4060ed82b4e933623df2e8ca3f9ccf64e82d911c3fe82aad058c877f63a",
"s": "0x12c9926b22a803f6f47968edf21287c3d3287a5c6cb74d2a760d0ce3ff772067",
"v": 1910456,
"creates": null,
"raw": "0xf88c2f8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a04522f4060ed82b4e933623df2e8ca3f9ccf64e82d911c3fe82aad058c877f63aa012c9926b22a803f6f47968edf21287c3d3287a5c6cb74d2a760d0ce3ff772067",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000100000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000008000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000400000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f84",
"logIndex": 4,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116975,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"confirmations": 82,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 47,
"r": "0x4522f4060ed82b4e933623df2e8ca3f9ccf64e82d911c3fe82aad058c877f63a",
"s": "0x12c9926b22a803f6f47968edf21287c3d3287a5c6cb74d2a760d0ce3ff772067",
"v": 1910456,
"creates": null,
"raw": "0xf88c2f8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a04522f4060ed82b4e933623df2e8ca3f9ccf64e82d911c3fe82aad058c877f63aa012c9926b22a803f6f47968edf21287c3d3287a5c6cb74d2a760d0ce3ff772067",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000100000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000008000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000400000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f84",
"logIndex": 4,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116975,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionIndex": 0,
"removed": false,
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent",
"hash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"confirmations": 82,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 47,
"r": "0x4522f4060ed82b4e933623df2e8ca3f9ccf64e82d911c3fe82aad058c877f63a",
"s": "0x12c9926b22a803f6f47968edf21287c3d3287a5c6cb74d2a760d0ce3ff772067",
"v": 1910456,
"creates": null,
"raw": "0xf88c2f8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a04522f4060ed82b4e933623df2e8ca3f9ccf64e82d911c3fe82aad058c877f63aa012c9926b22a803f6f47968edf21287c3d3287a5c6cb74d2a760d0ce3ff772067",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000100000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000008000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000400000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f84",
"logIndex": 4,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116975,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionIndex": 0,
"removed": false,
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent",
"hash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"confirmations": 82,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 47,
"r": "0x4522f4060ed82b4e933623df2e8ca3f9ccf64e82d911c3fe82aad058c877f63a",
"s": "0x12c9926b22a803f6f47968edf21287c3d3287a5c6cb74d2a760d0ce3ff772067",
"v": 1910456,
"creates": null,
"raw": "0xf88c2f8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a04522f4060ed82b4e933623df2e8ca3f9ccf64e82d911c3fe82aad058c877f63aa012c9926b22a803f6f47968edf21287c3d3287a5c6cb74d2a760d0ce3ff772067",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000100000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000008000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000400000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f84",
"logIndex": 4,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116975,
"transactionHash": "0x465699044dff6d7024f7201ac9afb1647957a89a670cc2127dfa7004249a0e8d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000083d7ec63cfde6b1df08165f1e3779ac8b7ba3f8400000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x45cd6bfc141abba9e0ddb0e487075620dd6c1ecc1bd43df7039d11c2bc93af10",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116971,
"blockHash": "0xe524cd185053e9eb6d299f6de7cf3661647bfebd5dbae1acab455640919df523",
"transactionIndex": 0,
"removed": false,
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xeb5ae7e6fda23c181237389fe53ba800acff12adf2e354eb2a9ee0c7ddddbaeb",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"length": 2
},
"hash": "0xeb5ae7e6fda23c181237389fe53ba800acff12adf2e354eb2a9ee0c7ddddbaeb",
"confirmations": 86,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"value": {
"_hex": "0x0"
},
"nonce": 5231,
"r": "0x0c877ac377ab6e8c004a15b06751e76555ee5e3335206672d17b3c1323713556",
"s": "0x27f03a21fcc361479e547097226c9565d286de1d296b863de03ed49c9eb450a9",
"v": 28,
"creates": null,
"raw": "0xf86b82146f8501dcd6500083989680942914dad368c17d65d5daded40fadeccd640675778084446e88261ca00c877ac377ab6e8c004a15b06751e76555ee5e3335206672d17b3c1323713556a027f03a21fcc361479e547097226c9565d286de1d296b863de03ed49c9eb450a9",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x189c1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116971,
"transactionHash": "0xeb5ae7e6fda23c181237389fe53ba800acff12adf2e354eb2a9ee0c7ddddbaeb",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f48694348424269386a50747867467374437166625548574e7233736876574557736b6478537142714a583141325169657a696d5a646d425138715154376f6276536e595339695a37324e000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xe524cd185053e9eb6d299f6de7cf3661647bfebd5dbae1acab455640919df523",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x189c1"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116972,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary",
"hash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"confirmations": 85,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 44,
"r": "0x0448785f11f95312819566a30c256b8b3b7a1e87328367585c19db15256d28c5",
"s": "0x45fa42bd3f36f3cea8b3c46d34453b42328aa3c1de9694f65d3ba554fbd95889",
"v": 1910455,
"creates": null,
"raw": "0xf88c2c8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a00448785f11f95312819566a30c256b8b3b7a1e87328367585c19db15256d28c5a045fa42bd3f36f3cea8b3c46d34453b42328aa3c1de9694f65d3ba554fbd95889",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004040000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000400001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000200000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a",
"logIndex": 4,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116972,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"contentAddress": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"confirmations": 85,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 44,
"r": "0x0448785f11f95312819566a30c256b8b3b7a1e87328367585c19db15256d28c5",
"s": "0x45fa42bd3f36f3cea8b3c46d34453b42328aa3c1de9694f65d3ba554fbd95889",
"v": 1910455,
"creates": null,
"raw": "0xf88c2c8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a00448785f11f95312819566a30c256b8b3b7a1e87328367585c19db15256d28c5a045fa42bd3f36f3cea8b3c46d34453b42328aa3c1de9694f65d3ba554fbd95889",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004040000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000400001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000200000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a",
"logIndex": 4,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116972,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"aggregate": 200,
"length": 3
},
"hash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"confirmations": 85,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 44,
"r": "0x0448785f11f95312819566a30c256b8b3b7a1e87328367585c19db15256d28c5",
"s": "0x45fa42bd3f36f3cea8b3c46d34453b42328aa3c1de9694f65d3ba554fbd95889",
"v": 1910455,
"creates": null,
"raw": "0xf88c2c8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a00448785f11f95312819566a30c256b8b3b7a1e87328367585c19db15256d28c5a045fa42bd3f36f3cea8b3c46d34453b42328aa3c1de9694f65d3ba554fbd95889",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004040000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000400001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000200000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a",
"logIndex": 4,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116972,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"confirmations": 85,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 44,
"r": "0x0448785f11f95312819566a30c256b8b3b7a1e87328367585c19db15256d28c5",
"s": "0x45fa42bd3f36f3cea8b3c46d34453b42328aa3c1de9694f65d3ba554fbd95889",
"v": 1910455,
"creates": null,
"raw": "0xf88c2c8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a00448785f11f95312819566a30c256b8b3b7a1e87328367585c19db15256d28c5a045fa42bd3f36f3cea8b3c46d34453b42328aa3c1de9694f65d3ba554fbd95889",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004040000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000400001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000200000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a",
"logIndex": 4,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116972,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionIndex": 0,
"removed": false,
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent",
"hash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"confirmations": 86,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 44,
"r": "0x0448785f11f95312819566a30c256b8b3b7a1e87328367585c19db15256d28c5",
"s": "0x45fa42bd3f36f3cea8b3c46d34453b42328aa3c1de9694f65d3ba554fbd95889",
"v": 1910455,
"creates": null,
"raw": "0xf88c2c8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a00448785f11f95312819566a30c256b8b3b7a1e87328367585c19db15256d28c5a045fa42bd3f36f3cea8b3c46d34453b42328aa3c1de9694f65d3ba554fbd95889",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004040000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000400001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000200000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a",
"logIndex": 4,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116972,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionIndex": 0,
"removed": false,
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent",
"hash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"confirmations": 85,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 44,
"r": "0x0448785f11f95312819566a30c256b8b3b7a1e87328367585c19db15256d28c5",
"s": "0x45fa42bd3f36f3cea8b3c46d34453b42328aa3c1de9694f65d3ba554fbd95889",
"v": 1910455,
"creates": null,
"raw": "0xf88c2c8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a00448785f11f95312819566a30c256b8b3b7a1e87328367585c19db15256d28c5a045fa42bd3f36f3cea8b3c46d34453b42328aa3c1de9694f65d3ba554fbd95889",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004040000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000400001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000200000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a",
"logIndex": 4,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116972,
"transactionHash": "0xab431a1cd71361ea8675cf22e5b3092116b8834f937808aec97966474a75adf2",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000018c7d13d59fcaee786c34180a60cd0416423538a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xfd9d61d4fdb4005cbbc75c604e7639e1dbedc6c1dd9bf52e318d226be7803e90",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116969,
"blockHash": "0xba40cb9e4ec29af83ad1dcc0466e0ca847831d2f699bb75d58110950e13e6268",
"transactionIndex": 0,
"removed": false,
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f48694348424269386a50747867467374437166625548574e7233736876574557736b6478537142714a583141325169657a696d5a646d425138715154376f6276536e595339695a37324e000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0x4247765e35e0478bfe2fa5b48013b26ec470ef04745ad5b122389a3df5d5164e",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"objectHash": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"length": 3
},
"hash": "0x4247765e35e0478bfe2fa5b48013b26ec470ef04745ad5b122389a3df5d5164e",
"confirmations": 89,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x23f85"
},
"to": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"value": {
"_hex": "0x0"
},
"nonce": 42,
"r": "0xe1b93619c9f28ab81a5a84488ed118f2251562bc534828d6bf89d6debd552e90",
"s": "0x455841d0d32731fd2ec52332617872763d419fa73dca9a835e809dc438a9249e",
"v": 1910456,
"creates": null,
"raw": "0xf9010d2a8501dcd6500083023f85942914dad368c17d65d5daded40fadeccd6406757780b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f48694348424269386a50747867467374437166625548574e7233736876574557736b6478537142714a583141325169657a696d5a646d425138715154376f6276536e595339695a37324e000000000000000000000000000000000000831d26b8a0e1b93619c9f28ab81a5a84488ed118f2251562bc534828d6bf89d6debd552e90a0455841d0d32731fd2ec52332617872763d419fa73dca9a835e809dc438a9249e",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x23f85"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116969,
"transactionHash": "0x4247765e35e0478bfe2fa5b48013b26ec470ef04745ad5b122389a3df5d5164e",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000cf941497520ea28f603613086f93847a28d824040000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f48694348424269386a50747867467374437166625548574e7233736876574557736b6478537142714a583141325169657a696d5a646d425138715154376f6276536e595339695a37324e000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xba40cb9e4ec29af83ad1dcc0466e0ca847831d2f699bb75d58110950e13e6268",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x23f85"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116970,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary",
"hash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"confirmations": 88,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 43,
"r": "0xdde88ff8834fc0f73d982742774d9ca109251254ce0aefcc2d77920bf0ad8686",
"s": "0x341e907b54e33e9568649a20377d5969821bd765de50b92362ff0d6e771c2b63",
"v": 1910455,
"creates": null,
"raw": "0xf88c2b8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0dde88ff8834fc0f73d982742774d9ca109251254ce0aefcc2d77920bf0ad8686a0341e907b54e33e9568649a20377d5969821bd765de50b92362ff0d6e771c2b63",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000002001000000000000000000000000000000000080112020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a",
"logIndex": 4,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116970,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"contentAddress": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"confirmations": 88,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 43,
"r": "0xdde88ff8834fc0f73d982742774d9ca109251254ce0aefcc2d77920bf0ad8686",
"s": "0x341e907b54e33e9568649a20377d5969821bd765de50b92362ff0d6e771c2b63",
"v": 1910455,
"creates": null,
"raw": "0xf88c2b8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0dde88ff8834fc0f73d982742774d9ca109251254ce0aefcc2d77920bf0ad8686a0341e907b54e33e9568649a20377d5969821bd765de50b92362ff0d6e771c2b63",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000002001000000000000000000000000000000000080112020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a",
"logIndex": 4,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116970,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"aggregate": 200,
"length": 3
},
"hash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"confirmations": 88,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 43,
"r": "0xdde88ff8834fc0f73d982742774d9ca109251254ce0aefcc2d77920bf0ad8686",
"s": "0x341e907b54e33e9568649a20377d5969821bd765de50b92362ff0d6e771c2b63",
"v": 1910455,
"creates": null,
"raw": "0xf88c2b8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0dde88ff8834fc0f73d982742774d9ca109251254ce0aefcc2d77920bf0ad8686a0341e907b54e33e9568649a20377d5969821bd765de50b92362ff0d6e771c2b63",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000002001000000000000000000000000000000000080112020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a",
"logIndex": 4,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116970,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"confirmations": 88,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 43,
"r": "0xdde88ff8834fc0f73d982742774d9ca109251254ce0aefcc2d77920bf0ad8686",
"s": "0x341e907b54e33e9568649a20377d5969821bd765de50b92362ff0d6e771c2b63",
"v": 1910455,
"creates": null,
"raw": "0xf88c2b8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0dde88ff8834fc0f73d982742774d9ca109251254ce0aefcc2d77920bf0ad8686a0341e907b54e33e9568649a20377d5969821bd765de50b92362ff0d6e771c2b63",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000002001000000000000000000000000000000000080112020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a",
"logIndex": 4,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116970,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionIndex": 0,
"removed": false,
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent",
"hash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"confirmations": 88,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 43,
"r": "0xdde88ff8834fc0f73d982742774d9ca109251254ce0aefcc2d77920bf0ad8686",
"s": "0x341e907b54e33e9568649a20377d5969821bd765de50b92362ff0d6e771c2b63",
"v": 1910455,
"creates": null,
"raw": "0xf88c2b8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0dde88ff8834fc0f73d982742774d9ca109251254ce0aefcc2d77920bf0ad8686a0341e907b54e33e9568649a20377d5969821bd765de50b92362ff0d6e771c2b63",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000002001000000000000000000000000000000000080112020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a",
"logIndex": 4,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116970,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionIndex": 0,
"removed": false,
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent",
"hash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"confirmations": 88,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 43,
"r": "0xdde88ff8834fc0f73d982742774d9ca109251254ce0aefcc2d77920bf0ad8686",
"s": "0x341e907b54e33e9568649a20377d5969821bd765de50b92362ff0d6e771c2b63",
"v": 1910455,
"creates": null,
"raw": "0xf88c2b8501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0dde88ff8834fc0f73d982742774d9ca109251254ce0aefcc2d77920bf0ad8686a0341e907b54e33e9568649a20377d5969821bd765de50b92362ff0d6e771c2b63",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000002001000000000000000000000000000000000080112020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a",
"logIndex": 4,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116970,
"transactionHash": "0x3126929918c63389b85d4db299c8bc26ba7fca331d1a0698cc8c9a2b2b34f401",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x000000000000000000000000693515d411b36b65aa1d610400f20166e9198b0a00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xb5da31d7f69cbe8d371bb4fd28e10cb4d98001a568569558377a5e995a9c8248",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116968,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary",
"hash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"confirmations": 90,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 41,
"r": "0xc6cfff2ffb97519d523bde4ba3c9fcb81972af381683c15f8a09c7974e34ca34",
"s": "0x6b80efcd322cc73fe309252fd5260ce240fb24f16149ceeac5c194fc6fa785a5",
"v": 1910455,
"creates": null,
"raw": "0xf88c298501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0c6cfff2ffb97519d523bde4ba3c9fcb81972af381683c15f8a09c7974e34ca34a06b80efcd322cc73fe309252fd5260ce240fb24f16149ceeac5c194fc6fa785a5",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000202000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000008000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000900000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd",
"logIndex": 4,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116968,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"contentAddress": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"confirmations": 90,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 41,
"r": "0xc6cfff2ffb97519d523bde4ba3c9fcb81972af381683c15f8a09c7974e34ca34",
"s": "0x6b80efcd322cc73fe309252fd5260ce240fb24f16149ceeac5c194fc6fa785a5",
"v": 1910455,
"creates": null,
"raw": "0xf88c298501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0c6cfff2ffb97519d523bde4ba3c9fcb81972af381683c15f8a09c7974e34ca34a06b80efcd322cc73fe309252fd5260ce240fb24f16149ceeac5c194fc6fa785a5",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000202000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000008000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000900000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd",
"logIndex": 4,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116968,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"aggregate": 200,
"length": 3
},
"hash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"confirmations": 90,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 41,
"r": "0xc6cfff2ffb97519d523bde4ba3c9fcb81972af381683c15f8a09c7974e34ca34",
"s": "0x6b80efcd322cc73fe309252fd5260ce240fb24f16149ceeac5c194fc6fa785a5",
"v": 1910455,
"creates": null,
"raw": "0xf88c298501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0c6cfff2ffb97519d523bde4ba3c9fcb81972af381683c15f8a09c7974e34ca34a06b80efcd322cc73fe309252fd5260ce240fb24f16149ceeac5c194fc6fa785a5",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000202000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000008000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000900000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd",
"logIndex": 4,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116968,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"confirmations": 90,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 41,
"r": "0xc6cfff2ffb97519d523bde4ba3c9fcb81972af381683c15f8a09c7974e34ca34",
"s": "0x6b80efcd322cc73fe309252fd5260ce240fb24f16149ceeac5c194fc6fa785a5",
"v": 1910455,
"creates": null,
"raw": "0xf88c298501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0c6cfff2ffb97519d523bde4ba3c9fcb81972af381683c15f8a09c7974e34ca34a06b80efcd322cc73fe309252fd5260ce240fb24f16149ceeac5c194fc6fa785a5",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000202000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000008000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000900000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd",
"logIndex": 4,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116968,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionIndex": 0,
"removed": false,
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent",
"hash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"confirmations": 90,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 41,
"r": "0xc6cfff2ffb97519d523bde4ba3c9fcb81972af381683c15f8a09c7974e34ca34",
"s": "0x6b80efcd322cc73fe309252fd5260ce240fb24f16149ceeac5c194fc6fa785a5",
"v": 1910455,
"creates": null,
"raw": "0xf88c298501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0c6cfff2ffb97519d523bde4ba3c9fcb81972af381683c15f8a09c7974e34ca34a06b80efcd322cc73fe309252fd5260ce240fb24f16149ceeac5c194fc6fa785a5",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000202000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000008000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000900000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd",
"logIndex": 4,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116968,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionIndex": 0,
"removed": false,
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent",
"hash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"confirmations": 90,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 41,
"r": "0xc6cfff2ffb97519d523bde4ba3c9fcb81972af381683c15f8a09c7974e34ca34",
"s": "0x6b80efcd322cc73fe309252fd5260ce240fb24f16149ceeac5c194fc6fa785a5",
"v": 1910455,
"creates": null,
"raw": "0xf88c298501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a0c6cfff2ffb97519d523bde4ba3c9fcb81972af381683c15f8a09c7974e34ca34a06b80efcd322cc73fe309252fd5260ce240fb24f16149ceeac5c194fc6fa785a5",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000202000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000008000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000900000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd",
"logIndex": 4,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116968,
"transactionHash": "0x07ae39c308f714f0434fdf645f75ebfa1de7024e8fd4bdb25dbaf50c684b8eec",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x000000000000000000000000a6b606f7a49dbcfcd9493b940fb1280ea21f4abd00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xc01510a25c6f4e09da95f6663125196bcafe75d8f9d649f6f4c1765a62bcf183",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116967,
"blockHash": "0xe2c2d7a020958b75710c6c13b55144eb39a35ff5ff941170f3de16cc08aa3272",
"transactionIndex": 0,
"removed": false,
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xe2702f5912cc90899dc07654e8dc3c1ed9d3dd82467d3d6ad3eb4218c96ea2ab",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0xe2702f5912cc90899dc07654e8dc3c1ed9d3dd82467d3d6ad3eb4218c96ea2ab",
"confirmations": 91,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5f3c"
},
"to": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"value": {
"_hex": "0x0"
},
"nonce": 40,
"r": "0xe0f2c07cdceed689fb6e6db0d4c8bb811a944d86651b333b6f22a93ecf645ae4",
"s": "0x6485ed53442cd196bb101043293145741ed7515c81af6a35230ff2d71675db44",
"v": 1910456,
"creates": null,
"raw": "0xf86b288501dcd65000825f3c942914dad368c17d65d5daded40fadeccd640675778084c287e0ed831d26b8a0e0f2c07cdceed689fb6e6db0d4c8bb811a944d86651b333b6f22a93ecf645ae4a06485ed53442cd196bb101043293145741ed7515c81af6a35230ff2d71675db44",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116967,
"transactionHash": "0xe2702f5912cc90899dc07654e8dc3c1ed9d3dd82467d3d6ad3eb4218c96ea2ab",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xe2c2d7a020958b75710c6c13b55144eb39a35ff5ff941170f3de16cc08aa3272",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116966,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary",
"hash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"confirmations": 92,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 39,
"r": "0x3f095e372d1e93d531c76de6e790f2deaefaad9a41a5ce7e5f8a3977c9c13467",
"s": "0x1736f8661a23aa070694eb9d0540e18bbf4f59ce4ca2665582c6bf3faf5f3e4a",
"v": 1910456,
"creates": null,
"raw": "0xf88c278501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a03f095e372d1e93d531c76de6e790f2deaefaad9a41a5ce7e5f8a3977c9c13467a01736f8661a23aa070694eb9d0540e18bbf4f59ce4ca2665582c6bf3faf5f3e4a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000001000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000800000000000000000000000000400000000000000000000000200000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce",
"logIndex": 4,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116966,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"contentAddress": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"confirmations": 92,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 39,
"r": "0x3f095e372d1e93d531c76de6e790f2deaefaad9a41a5ce7e5f8a3977c9c13467",
"s": "0x1736f8661a23aa070694eb9d0540e18bbf4f59ce4ca2665582c6bf3faf5f3e4a",
"v": 1910456,
"creates": null,
"raw": "0xf88c278501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a03f095e372d1e93d531c76de6e790f2deaefaad9a41a5ce7e5f8a3977c9c13467a01736f8661a23aa070694eb9d0540e18bbf4f59ce4ca2665582c6bf3faf5f3e4a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000001000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000800000000000000000000000000400000000000000000000000200000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce",
"logIndex": 4,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116966,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"aggregate": 200,
"length": 3
},
"hash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"confirmations": 92,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 39,
"r": "0x3f095e372d1e93d531c76de6e790f2deaefaad9a41a5ce7e5f8a3977c9c13467",
"s": "0x1736f8661a23aa070694eb9d0540e18bbf4f59ce4ca2665582c6bf3faf5f3e4a",
"v": 1910456,
"creates": null,
"raw": "0xf88c278501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a03f095e372d1e93d531c76de6e790f2deaefaad9a41a5ce7e5f8a3977c9c13467a01736f8661a23aa070694eb9d0540e18bbf4f59ce4ca2665582c6bf3faf5f3e4a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000001000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000800000000000000000000000000400000000000000000000000200000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce",
"logIndex": 4,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116966,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"confirmations": 92,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 39,
"r": "0x3f095e372d1e93d531c76de6e790f2deaefaad9a41a5ce7e5f8a3977c9c13467",
"s": "0x1736f8661a23aa070694eb9d0540e18bbf4f59ce4ca2665582c6bf3faf5f3e4a",
"v": 1910456,
"creates": null,
"raw": "0xf88c278501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a03f095e372d1e93d531c76de6e790f2deaefaad9a41a5ce7e5f8a3977c9c13467a01736f8661a23aa070694eb9d0540e18bbf4f59ce4ca2665582c6bf3faf5f3e4a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000001000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000800000000000000000000000000400000000000000000000000200000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce",
"logIndex": 4,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116966,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionIndex": 0,
"removed": false,
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent",
"hash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"confirmations": 92,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 39,
"r": "0x3f095e372d1e93d531c76de6e790f2deaefaad9a41a5ce7e5f8a3977c9c13467",
"s": "0x1736f8661a23aa070694eb9d0540e18bbf4f59ce4ca2665582c6bf3faf5f3e4a",
"v": 1910456,
"creates": null,
"raw": "0xf88c278501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a03f095e372d1e93d531c76de6e790f2deaefaad9a41a5ce7e5f8a3977c9c13467a01736f8661a23aa070694eb9d0540e18bbf4f59ce4ca2665582c6bf3faf5f3e4a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000001000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000800000000000000000000000000400000000000000000000000200000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce",
"logIndex": 4,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116966,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionIndex": 0,
"removed": false,
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent",
"hash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"confirmations": 92,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 39,
"r": "0x3f095e372d1e93d531c76de6e790f2deaefaad9a41a5ce7e5f8a3977c9c13467",
"s": "0x1736f8661a23aa070694eb9d0540e18bbf4f59ce4ca2665582c6bf3faf5f3e4a",
"v": 1910456,
"creates": null,
"raw": "0xf88c278501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a03f095e372d1e93d531c76de6e790f2deaefaad9a41a5ce7e5f8a3977c9c13467a01736f8661a23aa070694eb9d0540e18bbf4f59ce4ca2665582c6bf3faf5f3e4a",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000001000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000800000000000000000000000000400000000000000000000000200000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce",
"logIndex": 4,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116966,
"transactionHash": "0x02eaad566fe37a171aa8abc57ad435db1f1061aad8d92a6d33cc7c06ae543a0a",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x00000000000000000000000071e24b2ceb5eb4a688d754e14ad082f05597edce00000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x63533ac83a0e871afec4ae8779fead8705c019ffd3fcffb87a236b1e463fe133",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116965,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary",
"hash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"confirmations": 93,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 38,
"r": "0xde9d9bd9ebfd95193d284a04d83aa825bec96dd46644503126c515af7c4c366e",
"s": "0x31714d309c2d807376feeb03ce18b70a1e2e6c2cba4ab976258d204c21ec1abd",
"v": 1910456,
"creates": null,
"raw": "0xf88c268501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0de9d9bd9ebfd95193d284a04d83aa825bec96dd46644503126c515af7c4c366ea031714d309c2d807376feeb03ce18b70a1e2e6c2cba4ab976258d204c21ec1abd",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080200020000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000004000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd64067577",
"logIndex": 4,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116965,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"contentAddress": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"confirmations": 93,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 38,
"r": "0xde9d9bd9ebfd95193d284a04d83aa825bec96dd46644503126c515af7c4c366e",
"s": "0x31714d309c2d807376feeb03ce18b70a1e2e6c2cba4ab976258d204c21ec1abd",
"v": 1910456,
"creates": null,
"raw": "0xf88c268501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0de9d9bd9ebfd95193d284a04d83aa825bec96dd46644503126c515af7c4c366ea031714d309c2d807376feeb03ce18b70a1e2e6c2cba4ab976258d204c21ec1abd",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080200020000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000004000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd64067577",
"logIndex": 4,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116965,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"aggregate": 200,
"length": 3
},
"hash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"confirmations": 93,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 38,
"r": "0xde9d9bd9ebfd95193d284a04d83aa825bec96dd46644503126c515af7c4c366e",
"s": "0x31714d309c2d807376feeb03ce18b70a1e2e6c2cba4ab976258d204c21ec1abd",
"v": 1910456,
"creates": null,
"raw": "0xf88c268501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0de9d9bd9ebfd95193d284a04d83aa825bec96dd46644503126c515af7c4c366ea031714d309c2d807376feeb03ce18b70a1e2e6c2cba4ab976258d204c21ec1abd",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080200020000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000004000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd64067577",
"logIndex": 4,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116965,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"confirmations": 93,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 38,
"r": "0xde9d9bd9ebfd95193d284a04d83aa825bec96dd46644503126c515af7c4c366e",
"s": "0x31714d309c2d807376feeb03ce18b70a1e2e6c2cba4ab976258d204c21ec1abd",
"v": 1910456,
"creates": null,
"raw": "0xf88c268501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0de9d9bd9ebfd95193d284a04d83aa825bec96dd46644503126c515af7c4c366ea031714d309c2d807376feeb03ce18b70a1e2e6c2cba4ab976258d204c21ec1abd",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080200020000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000004000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd64067577",
"logIndex": 4,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116965,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionIndex": 0,
"removed": false,
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent",
"hash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"confirmations": 93,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 38,
"r": "0xde9d9bd9ebfd95193d284a04d83aa825bec96dd46644503126c515af7c4c366e",
"s": "0x31714d309c2d807376feeb03ce18b70a1e2e6c2cba4ab976258d204c21ec1abd",
"v": 1910456,
"creates": null,
"raw": "0xf88c268501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0de9d9bd9ebfd95193d284a04d83aa825bec96dd46644503126c515af7c4c366ea031714d309c2d807376feeb03ce18b70a1e2e6c2cba4ab976258d204c21ec1abd",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080200020000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000004000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd64067577",
"logIndex": 4,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116965,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionIndex": 0,
"removed": false,
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent",
"hash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"confirmations": 93,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 38,
"r": "0xde9d9bd9ebfd95193d284a04d83aa825bec96dd46644503126c515af7c4c366e",
"s": "0x31714d309c2d807376feeb03ce18b70a1e2e6c2cba4ab976258d204c21ec1abd",
"v": 1910456,
"creates": null,
"raw": "0xf88c268501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a0de9d9bd9ebfd95193d284a04d83aa825bec96dd46644503126c515af7c4c366ea031714d309c2d807376feeb03ce18b70a1e2e6c2cba4ab976258d204c21ec1abd",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080200020000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000004000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd64067577",
"logIndex": 4,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116965,
"transactionHash": "0x794ff44a7cba7c2e21d551abe525a2471c3f7cb0e4865e2ec8b0e8642c623905",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000002914dad368c17d65d5daded40fadeccd6406757700000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0xc4b081a54a7ada857f5ec1294ce35c304580331082535433695be2e89198fb18",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116964,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary",
"hash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"confirmations": 94,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 37,
"r": "0x02ecb4910ab087b3b84db0152efb5940743dd1bfddddb3cf707d817a9ccbaeb7",
"s": "0x2843bd33ce970cec9d43c0c1ebb7d76bce199ccd418bc326cf97cf89a6cdc4f6",
"v": 1910455,
"creates": null,
"raw": "0xf88c258501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a002ecb4910ab087b3b84db0152efb5940743dd1bfddddb3cf707d817a9ccbaeb7a02843bd33ce970cec9d43c0c1ebb7d76bce199ccd418bc326cf97cf89a6cdc4f6",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000080000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200c00000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000040000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb635",
"logIndex": 4,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116964,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"contentAddress": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"confirmations": 94,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 37,
"r": "0x02ecb4910ab087b3b84db0152efb5940743dd1bfddddb3cf707d817a9ccbaeb7",
"s": "0x2843bd33ce970cec9d43c0c1ebb7d76bce199ccd418bc326cf97cf89a6cdc4f6",
"v": 1910455,
"creates": null,
"raw": "0xf88c258501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a002ecb4910ab087b3b84db0152efb5940743dd1bfddddb3cf707d817a9ccbaeb7a02843bd33ce970cec9d43c0c1ebb7d76bce199ccd418bc326cf97cf89a6cdc4f6",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000080000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200c00000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000040000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb635",
"logIndex": 4,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116964,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"aggregate": 200,
"length": 3
},
"hash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"confirmations": 94,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 37,
"r": "0x02ecb4910ab087b3b84db0152efb5940743dd1bfddddb3cf707d817a9ccbaeb7",
"s": "0x2843bd33ce970cec9d43c0c1ebb7d76bce199ccd418bc326cf97cf89a6cdc4f6",
"v": 1910455,
"creates": null,
"raw": "0xf88c258501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a002ecb4910ab087b3b84db0152efb5940743dd1bfddddb3cf707d817a9ccbaeb7a02843bd33ce970cec9d43c0c1ebb7d76bce199ccd418bc326cf97cf89a6cdc4f6",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000080000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200c00000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000040000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb635",
"logIndex": 4,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116964,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"confirmations": 94,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 37,
"r": "0x02ecb4910ab087b3b84db0152efb5940743dd1bfddddb3cf707d817a9ccbaeb7",
"s": "0x2843bd33ce970cec9d43c0c1ebb7d76bce199ccd418bc326cf97cf89a6cdc4f6",
"v": 1910455,
"creates": null,
"raw": "0xf88c258501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a002ecb4910ab087b3b84db0152efb5940743dd1bfddddb3cf707d817a9ccbaeb7a02843bd33ce970cec9d43c0c1ebb7d76bce199ccd418bc326cf97cf89a6cdc4f6",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000080000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200c00000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000040000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb635",
"logIndex": 4,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116964,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionIndex": 0,
"removed": false,
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent",
"hash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"confirmations": 94,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 37,
"r": "0x02ecb4910ab087b3b84db0152efb5940743dd1bfddddb3cf707d817a9ccbaeb7",
"s": "0x2843bd33ce970cec9d43c0c1ebb7d76bce199ccd418bc326cf97cf89a6cdc4f6",
"v": 1910455,
"creates": null,
"raw": "0xf88c258501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a002ecb4910ab087b3b84db0152efb5940743dd1bfddddb3cf707d817a9ccbaeb7a02843bd33ce970cec9d43c0c1ebb7d76bce199ccd418bc326cf97cf89a6cdc4f6",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000080000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200c00000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000040000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb635",
"logIndex": 4,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116964,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionIndex": 0,
"removed": false,
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent",
"hash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"confirmations": 94,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 37,
"r": "0x02ecb4910ab087b3b84db0152efb5940743dd1bfddddb3cf707d817a9ccbaeb7",
"s": "0x2843bd33ce970cec9d43c0c1ebb7d76bce199ccd418bc326cf97cf89a6cdc4f6",
"v": 1910455,
"creates": null,
"raw": "0xf88c258501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b7a002ecb4910ab087b3b84db0152efb5940743dd1bfddddb3cf707d817a9ccbaeb7a02843bd33ce970cec9d43c0c1ebb7d76bce199ccd418bc326cf97cf89a6cdc4f6",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000080000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200c00000000000040004080000000000000000040000000000000000000000000000000000000000000000000000000300000000000000000000000000000080000080000000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000040000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb635",
"logIndex": 4,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116964,
"transactionHash": "0xe48fe5e4a8d187ca92f046ded2a9e0ccd4215d75148d4da1b81d4a0b14b09d5d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000000ef069c1fc5997075b80e079dc77aef5e59eb63500000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x4e7d347c31f7a7800507e5f65d83b1c480148f3dd964d20260ffc128bab43512",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116963,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"logIndex": 5,
"decode": "<function>",
"name": "ContentObjectCreated",
"signature": "ContentObjectCreated(address,address,address)",
"topic": "0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878",
"values": {
"0": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"1": "0x0000000000000000000000000000000000000000",
"2": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"contentAddress": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"content_type": "0x0000000000000000000000000000000000000000",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"length": 3
},
"contract": "BaseLibrary",
"hash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"confirmations": 95,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 36,
"r": "0x0467a3bea16068c9f2320f009c26444363335ec44bc6511b6e5705d0025b07d2",
"s": "0x44cb1c0d90dd546a414aa202650cd9bd29105d0e62a72f6fcd7ccb765c0a97d7",
"v": 1910456,
"creates": null,
"raw": "0xf88c248501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a00467a3bea16068c9f2320f009c26444363335ec44bc6511b6e5705d0025b07d2a044cb1c0d90dd546a414aa202650cd9bd29105d0e62a72f6fcd7ccb765c0a97d7",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000080000000000000000000000000000000300010000000000000000000000000080000480000000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe79",
"logIndex": 4,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116963,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"logIndex": 4,
"decode": "<function>",
"name": "CreateContent",
"signature": "CreateContent(address)",
"topic": "0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce",
"values": {
"0": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"contentAddress": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"confirmations": 95,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 36,
"r": "0x0467a3bea16068c9f2320f009c26444363335ec44bc6511b6e5705d0025b07d2",
"s": "0x44cb1c0d90dd546a414aa202650cd9bd29105d0e62a72f6fcd7ccb765c0a97d7",
"v": 1910456,
"creates": null,
"raw": "0xf88c248501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a00467a3bea16068c9f2320f009c26444363335ec44bc6511b6e5705d0025b07d2a044cb1c0d90dd546a414aa202650cd9bd29105d0e62a72f6fcd7ccb765c0a97d7",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000080000000000000000000000000000000300010000000000000000000000000080000480000000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe79",
"logIndex": 4,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116963,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"logIndex": 3,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"aggregate": 200,
"length": 3
},
"hash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"confirmations": 95,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 36,
"r": "0x0467a3bea16068c9f2320f009c26444363335ec44bc6511b6e5705d0025b07d2",
"s": "0x44cb1c0d90dd546a414aa202650cd9bd29105d0e62a72f6fcd7ccb765c0a97d7",
"v": 1910456,
"creates": null,
"raw": "0xf88c248501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a00467a3bea16068c9f2320f009c26444363335ec44bc6511b6e5705d0025b07d2a044cb1c0d90dd546a414aa202650cd9bd29105d0e62a72f6fcd7ccb765c0a97d7",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000080000000000000000000000000000000300010000000000000000000000000080000480000000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe79",
"logIndex": 4,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116963,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"logIndex": 2,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"confirmations": 95,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 36,
"r": "0x0467a3bea16068c9f2320f009c26444363335ec44bc6511b6e5705d0025b07d2",
"s": "0x44cb1c0d90dd546a414aa202650cd9bd29105d0e62a72f6fcd7ccb765c0a97d7",
"v": 1910456,
"creates": null,
"raw": "0xf88c248501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a00467a3bea16068c9f2320f009c26444363335ec44bc6511b6e5705d0025b07d2a044cb1c0d90dd546a414aa202650cd9bd29105d0e62a72f6fcd7ccb765c0a97d7",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000080000000000000000000000000000000300010000000000000000000000000080000480000000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe79",
"logIndex": 4,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116963,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionIndex": 0,
"removed": false,
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"logIndex": 1,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0x0000000000000000000000000000000000000000",
"contentContractAddress": "0x0000000000000000000000000000000000000000",
"length": 1
},
"contract": "BaseContent",
"hash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"confirmations": 95,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 36,
"r": "0x0467a3bea16068c9f2320f009c26444363335ec44bc6511b6e5705d0025b07d2",
"s": "0x44cb1c0d90dd546a414aa202650cd9bd29105d0e62a72f6fcd7ccb765c0a97d7",
"v": 1910456,
"creates": null,
"raw": "0xf88c248501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a00467a3bea16068c9f2320f009c26444363335ec44bc6511b6e5705d0025b07d2a044cb1c0d90dd546a414aa202650cd9bd29105d0e62a72f6fcd7ccb765c0a97d7",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000080000000000000000000000000000000300010000000000000000000000000080000480000000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe79",
"logIndex": 4,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116963,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionIndex": 0,
"removed": false,
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"data": "0x1e35d8fa0000000000000000000000000000000000000000000000000000000000000000",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"logIndex": 0,
"decode": "<function>",
"name": "ContentObjectCreate",
"signature": "ContentObjectCreate(address)",
"topic": "0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"containingLibrary": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContent",
"hash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"confirmations": 95,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x415ff2"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 36,
"r": "0x0467a3bea16068c9f2320f009c26444363335ec44bc6511b6e5705d0025b07d2",
"s": "0x44cb1c0d90dd546a414aa202650cd9bd29105d0e62a72f6fcd7ccb765c0a97d7",
"v": 1910456,
"creates": null,
"raw": "0xf88c248501dcd6500083415ff294cf941497520ea28f603613086f93847a28d8240480a41e35d8fa0000000000000000000000000000000000000000000000000000000000000000831d26b8a00467a3bea16068c9f2320f009c26444363335ec44bc6511b6e5705d0025b07d2a044cb1c0d90dd546a414aa202650cd9bd29105d0e62a72f6fcd7ccb765c0a97d7",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x3f662d"
},
"logsBloom": "0x0000000004000000000000000000000000000000002000000000000000000002000008000004000000002000100000000000000000000200800000000000040004080000000000000000040000000000000000000000080000000000000000000000000000000300010000000000000000000000000080000480000000000000000000000000000000000001000000000000000000000000000000000000012020000000000000000000000000000000400000000000000000000000000000000000000000000000000010000000000000000a000000000000000000000000000000000000000000000000000000080000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xc3decc188980e855666b70498ca85e8fa284d97d30483d828fa126f7303d7d19"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 0,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 2,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 2
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 3,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 3
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0xa0633ea0b3cb5796607e5f551ae79c7eeee0dc7ee0c3ff8996506261651368ce"
],
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe79",
"logIndex": 4,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 4
},
{
"transactionIndex": 0,
"blockNumber": 116963,
"transactionHash": "0xba7d561a22ac350c01f7ee5e4f4222f878cd7520e1485eaa8fb7d260311a50bf",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xadc3945407fc9e1f5763b74624698197e96e741e6e7c683373498712ba3eb878"
],
"data": "0x0000000000000000000000003ef3813af5fc3f14b9d7490ad4481dea3cdefe7900000000000000000000000000000000000000000000000000000000000000000000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498",
"logIndex": 5,
"blockHash": "0x4df7962f5db71adb8065547123e8c3f35f9b5f636059d9f9f55c6432f6550a9f",
"transactionLogIndex": 5
}
],
"cumulativeGasUsed": {
"_hex": "0x3f662d"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116962,
"blockHash": "0xd5a1552bd5de292d9a6d1c5bdb8b825060e7dd40e2c8c45053903d936d752615",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xa492e7074db4cf8e24f114d0937fe2c3d357931574a5460a20525e66a0c6bf2b",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__Euw5p22CSanyLL625Q5QcPfKRVuzQNwHAGRBCJTrCFiDkmUpUu8dqeanMwMNBmH2iP7TctWTFR",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__Euw5p22CSanyLL625Q5QcPfKRVuzQNwHAGRBCJTrCFiDkmUpUu8dqeanMwMNBmH2iP7TctWTFR",
"length": 2
},
"hash": "0xa492e7074db4cf8e24f114d0937fe2c3d357931574a5460a20525e66a0c6bf2b",
"confirmations": 96,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 5230,
"r": "0xc0e267ba13fca5e499289e98f9e89d61bafa6610405722a2936fc5ad58e746b9",
"s": "0x08a871def7463e45ed382ef04a6eaf3712cc572ed502e6dd1e3b0996ee63c703",
"v": 27,
"creates": null,
"raw": "0xf86b82146e8501dcd650008398968094cf941497520ea28f603613086f93847a28d824048084446e88261ba0c0e267ba13fca5e499289e98f9e89d61bafa6610405722a2936fc5ad58e746b9a008a871def7463e45ed382ef04a6eaf3712cc572ed502e6dd1e3b0996ee63c703",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x1a5a6"
},
"logsBloom": "0x00000000000000000000000000000000000000000020000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116962,
"transactionHash": "0xa492e7074db4cf8e24f114d0937fe2c3d357931574a5460a20525e66a0c6bf2b",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f457577357032324353616e794c4c3632355135516350664b5256757a514e774841475242434a5472434669446b6d5570557538647165616e4d774d4e426d483269503754637457544652000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xd5a1552bd5de292d9a6d1c5bdb8b825060e7dd40e2c8c45053903d936d752615",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x1a5a6"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116961,
"blockHash": "0x5c02ab023ab88521e34f7427c6eb8dee083e6d1d23a63547e3a1155cc8b75f46",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f457577357032324353616e794c4c3632355135516350664b5256757a514e774841475242434a5472434669446b6d5570557538647165616e4d774d4e426d483269503754637457544652000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xcea37d5ebfcd0b2442ee87d7a8e30843edbf1d5694a1937740984344bfae2a5d",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"2": "hq__Euw5p22CSanyLL625Q5QcPfKRVuzQNwHAGRBCJTrCFiDkmUpUu8dqeanMwMNBmH2iP7TctWTFR",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__Euw5p22CSanyLL625Q5QcPfKRVuzQNwHAGRBCJTrCFiDkmUpUu8dqeanMwMNBmH2iP7TctWTFR",
"length": 3
},
"hash": "0xcea37d5ebfcd0b2442ee87d7a8e30843edbf1d5694a1937740984344bfae2a5d",
"confirmations": 97,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x1bd57"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 35,
"r": "0xc554785b4fffbde8aac2b74a81012a9ef2a0f45889a2b7998a4e30a1afa07d3c",
"s": "0x3344c5b80b311ae4642b5eddf491723cc3e91af7ee96dfdf555b8714cd2999c3",
"v": 1910456,
"creates": null,
"raw": "0xf9010d238501dcd650008301bd5794cf941497520ea28f603613086f93847a28d8240480b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f457577357032324353616e794c4c3632355135516350664b5256757a514e774841475242434a5472434669446b6d5570557538647165616e4d774d4e426d483269503754637457544652000000000000000000000000000000000000831d26b8a0c554785b4fffbde8aac2b74a81012a9ef2a0f45889a2b7998a4e30a1afa07d3ca03344c5b80b311ae4642b5eddf491723cc3e91af7ee96dfdf555b8714cd2999c3",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x1bd57"
},
"logsBloom": "0x00000000000000000000000000000000000000000020000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116961,
"transactionHash": "0xcea37d5ebfcd0b2442ee87d7a8e30843edbf1d5694a1937740984344bfae2a5d",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f457577357032324353616e794c4c3632355135516350664b5256757a514e774841475242434a5472434669446b6d5570557538647165616e4d774d4e426d483269503754637457544652000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x5c02ab023ab88521e34f7427c6eb8dee083e6d1d23a63547e3a1155cc8b75f46",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x1bd57"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116959,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
"topics": [
"0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
],
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"logIndex": 2,
"decode": "<function>",
"name": "CreateLibrary",
"signature": "CreateLibrary(address)",
"topic": "0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571",
"values": {
"0": "0xCF941497520eA28F603613086F93847a28d82404",
"libraryAddress": "0xCF941497520eA28F603613086F93847a28d82404",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"confirmations": 99,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x35bc93"
},
"to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"value": {
"_hex": "0x0"
},
"nonce": 33,
"r": "0x08b5aea8a6ec1bbef1d7d4ab9ff6c704ecc0937b93feb08882955cffbfffbc64",
"s": "0x0a9b750a6ef09261def6cf824322e0784a87106b0a917bcd9253194ac0dd3521",
"v": 1910455,
"creates": null,
"raw": "0xf88c218501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a008b5aea8a6ec1bbef1d7d4ab9ff6c704ecc0937b93feb08882955cffbfffbc64a00a9b750a6ef09261def6cf824322e0784a87106b0a917bcd9253194ac0dd3521",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x34e8ee"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000000000000002000000000000000400040800000000000000080000000000000000000000000000000000000000000000000000000001000000000000000000000000000000800000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116959,
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 0,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116959,
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000cf941497520ea28f603613086f93847a28d8240400000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 1,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116959,
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 2,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x34e8ee"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116959,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionIndex": 0,
"removed": false,
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"logIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0xCF941497520eA28F603613086F93847a28d82404",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0xCF941497520eA28F603613086F93847a28d82404",
"aggregate": 200,
"length": 3
},
"hash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"confirmations": 99,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x35bc93"
},
"to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"value": {
"_hex": "0x0"
},
"nonce": 33,
"r": "0x08b5aea8a6ec1bbef1d7d4ab9ff6c704ecc0937b93feb08882955cffbfffbc64",
"s": "0x0a9b750a6ef09261def6cf824322e0784a87106b0a917bcd9253194ac0dd3521",
"v": 1910455,
"creates": null,
"raw": "0xf88c218501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a008b5aea8a6ec1bbef1d7d4ab9ff6c704ecc0937b93feb08882955cffbfffbc64a00a9b750a6ef09261def6cf824322e0784a87106b0a917bcd9253194ac0dd3521",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x34e8ee"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000000000000002000000000000000400040800000000000000080000000000000000000000000000000000000000000000000000000001000000000000000000000000000000800000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116959,
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 0,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116959,
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000cf941497520ea28f603613086f93847a28d8240400000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 1,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116959,
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 2,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x34e8ee"
},
"status": 1,
"byzantium": true
},
{
"blockNumber": 116959,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionIndex": 0,
"removed": false,
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"data": "0x40b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"logIndex": 0,
"decode": "<function>",
"name": "GetAccessWallet",
"signature": "GetAccessWallet(address)",
"topic": "0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"walletAddress": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"length": 1
},
"contract": "BaseContentSpace",
"hash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"confirmations": 99,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x35bc93"
},
"to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"value": {
"_hex": "0x0"
},
"nonce": 33,
"r": "0x08b5aea8a6ec1bbef1d7d4ab9ff6c704ecc0937b93feb08882955cffbfffbc64",
"s": "0x0a9b750a6ef09261def6cf824322e0784a87106b0a917bcd9253194ac0dd3521",
"v": 1910455,
"creates": null,
"raw": "0xf88c218501dcd650008335bc93948f5b42b31d734800c5f1d3be26461f3827d6549880a440b89f06000000000000000000000000024e380255b1f88ad89603c628f32ba0fb222fa4831d26b7a008b5aea8a6ec1bbef1d7d4ab9ff6c704ecc0937b93feb08882955cffbfffbc64a00a9b750a6ef09261def6cf824322e0784a87106b0a917bcd9253194ac0dd3521",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x34e8ee"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000020000000000040000000000001000000000000000000002000000000000000400040800000000000000080000000000000000000000000000000000000000000000000000000001000000000000000000000000000000800000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000080000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116959,
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x1c917c3c2698bd5b98acb9772728da62f2ce3670e4578910a6465b955f63e157"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b",
"logIndex": 0,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionLogIndex": 0
},
{
"transactionIndex": 0,
"blockNumber": 116959,
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b000000000000000000000000cf941497520ea28f603613086f93847a28d8240400000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 1,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionLogIndex": 1
},
{
"transactionIndex": 0,
"blockNumber": 116959,
"transactionHash": "0x0144d4a8f445c3cb1baf4d81a86c655863ddfe86aa347a9e3f6afad959b886b6",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x473c07a6d0228c4fb8fe2be3b4617c3b5fb7c0f8cd9ba4b67e8631844b9b6571"
],
"data": "0x000000000000000000000000cf941497520ea28f603613086f93847a28d82404",
"logIndex": 2,
"blockHash": "0xd1a0e6d49daf2779d59777704e8445158801992a539d4355e38b6dfe79aac791",
"transactionLogIndex": 2
}
],
"cumulativeGasUsed": {
"_hex": "0x34e8ee"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116960,
"blockHash": "0xdbc92e0b877107199adb227c8633a06e5595ed4c2e739d56ee56da3a05e8e445",
"transactionIndex": 0,
"removed": false,
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"data": "0xc287e0ed",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"transactionHash": "0xedeac3ecc21b6c99717010da09402a6fe4e26db529fe50e12e508f9fb661c5d6",
"logIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
},
"hash": "0xedeac3ecc21b6c99717010da09402a6fe4e26db529fe50e12e508f9fb661c5d6",
"confirmations": 98,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x5fc0"
},
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"value": {
"_hex": "0x0"
},
"nonce": 34,
"r": "0x115f512d2bbb56fe73e25ca9f2dd4d173cf2290c0d901494f9dd57d796515297",
"s": "0x672e031527964d1de0f5add11c85b78a71ef06d38a20f5e3a5f3e2065f5e58d5",
"v": 1910455,
"creates": null,
"raw": "0xf86b228501dcd65000825fc094cf941497520ea28f603613086f93847a28d824048084c287e0ed831d26b7a0115f512d2bbb56fe73e25ca9f2dd4d173cf2290c0d901494f9dd57d796515297a0672e031527964d1de0f5add11c85b78a71ef06d38a20f5e3a5f3e2065f5e58d5",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x5fc0"
},
"logsBloom": "0x00000000000000000000000000000000000000000020000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116960,
"transactionHash": "0xedeac3ecc21b6c99717010da09402a6fe4e26db529fe50e12e508f9fb661c5d6",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xdbc92e0b877107199adb227c8633a06e5595ed4c2e739d56ee56da3a05e8e445",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x5fc0"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116958,
"blockHash": "0x1ac179de2801500c5266f07b0ee8c6de4f8a41854084c957abee619a24b110bb",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x446e8826",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"transactionHash": "0xbcc720b6af861f53a1675bb7c8c916cb80f84d4812386e56b2f47abac1ba0fa6",
"logIndex": 0,
"decode": "<function>",
"name": "VersionConfirm",
"signature": "VersionConfirm(address,string)",
"topic": "0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"objectHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"length": 2
},
"hash": "0xbcc720b6af861f53a1675bb7c8c916cb80f84d4812386e56b2f47abac1ba0fa6",
"confirmations": 100,
"from": "0xc4c2291d7C3328f98E4E159838D829eE7a88Cf3d",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x989680"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 5229,
"r": "0x6f2749d1e8221075fac7b94bd17ec713741b8e3da7435ac810c5fc6135512c64",
"s": "0x2e304c2322a324a12f37f10a1de5963af3e747649ca1d9726497b9fa892fd73e",
"v": 28,
"creates": null,
"raw": "0xf86b82146d8501dcd6500083989680949e8d8b76b0d624519c5518819f29158879580c1a8084446e88261ca06f2749d1e8221075fac7b94bd17ec713741b8e3da7435ac810c5fc6135512c64a02e304c2322a324a12f37f10a1de5963af3e747649ca1d9726497b9fa892fd73e",
"networkId": 0,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x290e3"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000400000040000000000000000000000000000000000000000000100000000000000000",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116958,
"transactionHash": "0xbcc720b6af861f53a1675bb7c8c916cb80f84d4812386e56b2f47abac1ba0fa6",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x482875da75e6d9f93f74a5c1a61f14cf08822057c01232f44cb92ae998e30d8e"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d654980000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b71000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x1ac179de2801500c5266f07b0ee8c6de4f8a41854084c957abee619a24b110bb",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x290e3"
},
"status": 1,
"byzantium": true
}
],
[
{
"blockNumber": 116957,
"blockHash": "0xeb68a84a7557fb02d1fdec43d006a396a2e593b49040428c18be0e038619a6d9",
"transactionIndex": 0,
"removed": false,
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"data": "0x9867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b71000000000000000000000000000000000000",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"transactionHash": "0xc4922deba6b49848e304d7fd4149ba356456e54f74c86199816ce6285e7b5c52",
"logIndex": 0,
"decode": "<function>",
"name": "CommitPending",
"signature": "CommitPending(address,address,string)",
"topic": "0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75",
"values": {
"0": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"1": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"2": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"spaceAddress": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"parentAddress": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"objectHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"length": 3
},
"hash": "0xc4922deba6b49848e304d7fd4149ba356456e54f74c86199816ce6285e7b5c52",
"confirmations": 101,
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"gasPrice": {
"_hex": "0x1dcd65000"
},
"gasLimit": {
"_hex": "0x204ed"
},
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"value": {
"_hex": "0x0"
},
"nonce": 32,
"r": "0x102b2182a9d113a55d325a280444bf0c3419b3fa58e07e5b118bbf1155c136ed",
"s": "0x128afe78f4cd5a9aae22264c4696e95219071f387b930c7b528afce2a0b5d32d",
"v": 1910455,
"creates": null,
"raw": "0xf9010d208501dcd65000830204ed949e8d8b76b0d624519c5518819f29158879580c1a80b8a49867db740000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b71000000000000000000000000000000000000831d26b7a0102b2182a9d113a55d325a280444bf0c3419b3fa58e07e5b118bbf1155c136eda0128afe78f4cd5a9aae22264c4696e95219071f387b930c7b528afce2a0b5d32d",
"networkId": 955210,
"wait": "<function>",
"contractAddress": null,
"gasUsed": {
"_hex": "0x204ed"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000800000000000000000000000000002000000000000000000000000000000000000000000000000000000000000100",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116957,
"transactionHash": "0xc4922deba6b49848e304d7fd4149ba356456e54f74c86199816ce6285e7b5c52",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xb3ac059d88af6016aca1aebb7b3e796f2e7420435c59c563687814e9b85daa75"
],
"data": "0x0000000000000000000000008f5b42b31d734800c5f1d3be26461f3827d65498000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000060000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b71000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xeb68a84a7557fb02d1fdec43d006a396a2e593b49040428c18be0e038619a6d9",
"transactionLogIndex": 0
}
],
"cumulativeGasUsed": {
"_hex": "0x204ed"
},
"status": 1,
"byzantium": true
}
]
]
- Source:
ExtractEventFromLogs({contractAddress,abi,event,eventName}) → Promise.<Object>
Extract the specified event log from the given event obtained from the CallContractAndMethodAndWait method
Parameters:
| Name | Type | Description |
|---|---|---|
contractAddress |
string |
Address of the contract to call the specified method on |
abi |
Object |
ABI of contract |
event |
Object |
Event of the transaction from CallContractMethodAndWait |
eventName |
string |
Name of the event to parse |
Examples
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"from": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x626a"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000010000000000000000000000000000000000800000000000000000",
"blockHash": "0x93c689d07aa35fe9552b8a46bcdd76a714a15b17cb375236c5b0c2a355787190",
"transactionHash": "0x8cbba01751f1ec840744e53a0be844a8aa1b790c1ee2d9c00252394d28486d0c",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116872,
"transactionHash": "0x8cbba01751f1ec840744e53a0be844a8aa1b790c1ee2d9c00252394d28486d0c",
"address": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x93c689d07aa35fe9552b8a46bcdd76a714a15b17cb375236c5b0c2a355787190",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116872,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x626a"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x60f4"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000200000000",
"blockHash": "0xb4cfcd04c4d4d35a1e07ea28b4af38c616b2e86182a57e9ae89dd0976bbc6c32",
"transactionHash": "0xa1892a0353adbb7eccd6eb8f4e3644694af313fc33b81912c09559bf35219c72",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116890,
"transactionHash": "0xa1892a0353adbb7eccd6eb8f4e3644694af313fc33b81912c09559bf35219c72",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xb4cfcd04c4d4d35a1e07ea28b4af38c616b2e86182a57e9ae89dd0976bbc6c32",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116890,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x60f4"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5d00"
},
"logsBloom": "0x00100000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x86ac8ebd7dead1604490364c079294aa0432aaaf394796d6fe1a18de9d967514",
"transactionHash": "0x3c980657ac4383e99c5cd5066bc018136ad49b18f2d472f4a1027c61b0781947",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116908,
"transactionHash": "0x3c980657ac4383e99c5cd5066bc018136ad49b18f2d472f4a1027c61b0781947",
"address": "0xb31B7cBb76BF9C98AA0ad798A5E63Bc9A0D895ac",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x86ac8ebd7dead1604490364c079294aa0432aaaf394796d6fe1a18de9d967514",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116908,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5d00"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5fc0"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000001000000000000",
"blockHash": "0x896df20f8bf8152a87d085ddc3d6b6a97a9492ac085e5b38f7495e5436f2f683",
"transactionHash": "0x0e4f8e2857be768df7e2a09d9f5acdb23cc550e964c0d40a563eb2e14e62ff2b",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116921,
"transactionHash": "0x0e4f8e2857be768df7e2a09d9f5acdb23cc550e964c0d40a563eb2e14e62ff2b",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x896df20f8bf8152a87d085ddc3d6b6a97a9492ac085e5b38f7495e5436f2f683",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116921,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5fc0"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5d79"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000400000000000000000000000000000000000000000000000000000000001000000000000",
"blockHash": "0x0e596c21ad391831a9fa6ec252b03d74baae0ec27328d8e9a69117f04df7b5c5",
"transactionHash": "0xaa544422f5eeee8a8f6445352a01b11c1a7e9da09ce4fb3cbe05e02fde4c53d1",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116929,
"transactionHash": "0xaa544422f5eeee8a8f6445352a01b11c1a7e9da09ce4fb3cbe05e02fde4c53d1",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"data": "0x",
"logIndex": 0,
"blockHash": "0x0e596c21ad391831a9fa6ec252b03d74baae0ec27328d8e9a69117f04df7b5c5",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
"blockNumber": 116929,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5d79"
},
"status": 1,
"byzantium": true
},
"eventName": "AccessRequest"
});
{
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x31f94"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000001000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000200000000000000000400000000000000000010000000000000000000000000000000000000001000200000000",
"blockHash": "0x6a2aa30bb2ca14c9ccbdc956347ec86df398f0e94cc2e98fae5a280a0fd4c92a",
"transactionHash": "0xfad0bdc633ac3251708e3bad70fb8b229c0e9a973d819b35ee1b0e684886b7f7",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116943,
"transactionHash": "0xfad0bdc633ac3251708e3bad70fb8b229c0e9a973d819b35ee1b0e684886b7f7",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a",
"logIndex": 0,
"blockHash": "0x6a2aa30bb2ca14c9ccbdc956347ec86df398f0e94cc2e98fae5a280a0fd4c92a",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ContributorGroupAdded",
"signature": "ContributorGroupAdded(address)",
"topic": "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116943,
"transactionHash": "0xfad0bdc633ac3251708e3bad70fb8b229c0e9a973d819b35ee1b0e684886b7f7",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000014",
"logIndex": 1,
"blockHash": "0x6a2aa30bb2ca14c9ccbdc956347ec86df398f0e94cc2e98fae5a280a0fd4c92a",
"transactionLogIndex": 1
}
],
"blockNumber": 116943,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x31f94"
},
"status": 1,
"byzantium": true
},
"eventName": "ContributorGroupAdded"
});
{
"decode": "<function>",
"name": "ContributorGroupAdded",
"signature": "ContributorGroupAdded(address)",
"topic": "0x218673669018c25b89bfbf1b58d0075e37c8847ef16e707b92355b7833e97d61",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1f60f"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000001000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000028000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000040200000000000000000400000000000000000000000000000000000000000000000000000000001000200000000",
"blockHash": "0x5d55fa5cfdb1a72b223cb5f32bdf9265f25f71fa238e7e913b98a163e1ef5d03",
"transactionHash": "0xc1a12600cb204a766bf224322779fa98619589c2d9b6180e9e30c114af3446b9",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116944,
"transactionHash": "0xc1a12600cb204a766bf224322779fa98619589c2d9b6180e9e30c114af3446b9",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a",
"logIndex": 0,
"blockHash": "0x5d55fa5cfdb1a72b223cb5f32bdf9265f25f71fa238e7e913b98a163e1ef5d03",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ReviewerGroupAdded",
"signature": "ReviewerGroupAdded(address)",
"topic": "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116944,
"transactionHash": "0xc1a12600cb204a766bf224322779fa98619589c2d9b6180e9e30c114af3446b9",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000016",
"logIndex": 1,
"blockHash": "0x5d55fa5cfdb1a72b223cb5f32bdf9265f25f71fa238e7e913b98a163e1ef5d03",
"transactionLogIndex": 1
}
],
"blockNumber": 116944,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1f60f"
},
"status": 1,
"byzantium": true
},
"eventName": "ReviewerGroupAdded"
});
{
"decode": "<function>",
"name": "ReviewerGroupAdded",
"signature": "ReviewerGroupAdded(address)",
"topic": "0x1b88a571cc8ac2e87512f05648e79d184f5cc0cbb2889bc487c41f8b9a3202eb",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1f25d"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000004000000000000000000000000000000000000000000000001000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000200000000000000000400000000000000000000000000000000000000000000000000000000001000200000000",
"blockHash": "0xc6ed824105b07a37e492676d10167b79872d53dec948c10c5216056a4c21e4f3",
"transactionHash": "0x1bb4516a0e5e329273abad9f9149c3f98b4b3a8016f72cafecb766bf05c2cdf2",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116946,
"transactionHash": "0x1bb4516a0e5e329273abad9f9149c3f98b4b3a8016f72cafecb766bf05c2cdf2",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a",
"logIndex": 0,
"blockHash": "0xc6ed824105b07a37e492676d10167b79872d53dec948c10c5216056a4c21e4f3",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "AccessorGroupAdded",
"signature": "AccessorGroupAdded(address)",
"topic": "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116946,
"transactionHash": "0x1bb4516a0e5e329273abad9f9149c3f98b4b3a8016f72cafecb766bf05c2cdf2",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a000000000000000000000000961e167ce1a4f65b27f55684df7f4a97b36f159b0000000000000000000000000000000000000000000000000000000000000016",
"logIndex": 1,
"blockHash": "0xc6ed824105b07a37e492676d10167b79872d53dec948c10c5216056a4c21e4f3",
"transactionLogIndex": 1
}
],
"blockNumber": 116946,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1f25d"
},
"status": 1,
"byzantium": true
},
"eventName": "AccessorGroupAdded"
});
{
"decode": "<function>",
"name": "AccessorGroupAdded",
"signature": "AccessorGroupAdded(address)",
"topic": "0x3a94857e4393737f73edb175a7d0c195c7f635d9ae995e12740616ec55c9d411",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x46a2"
},
"logsBloom": "0x00000000000000000000000000000000000800000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000001000000000000",
"blockHash": "0xbff977235002b2fde2af6740401f242aea82c0a182f6b47b71c9538bf9fa8407",
"transactionHash": "0x873152af96b1cda3f9696c53b77a8535488d506a75b6a5d390be256fb9157021",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116949,
"transactionHash": "0x873152af96b1cda3f9696c53b77a8535488d506a75b6a5d390be256fb9157021",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb"
],
"data": "0x00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a",
"logIndex": 0,
"blockHash": "0xbff977235002b2fde2af6740401f242aea82c0a182f6b47b71c9538bf9fa8407",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ReviewerGroupRemoved",
"signature": "ReviewerGroupRemoved(address)",
"topic": "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
}
],
"blockNumber": 116949,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x46a2"
},
"status": 1,
"byzantium": true
},
"eventName": "ReviewerGroupRemoved"
});
{
"decode": "<function>",
"name": "ReviewerGroupRemoved",
"signature": "ReviewerGroupRemoved(address)",
"topic": "0xdf9d78c5635b72b709c85300a786eb7238acbe5bffe01c60c16464e45c6eb6eb",
"values": {
"0": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"group": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xb602386578f18da278e56915c2570972df8ddb9048b9c7852d358321a8152929",
"transactionHash": "0xf522f545635f1ec9d9a6f0f3e7de5767c6d27127933aff4aabb7e24045830aa4",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116954,
"transactionHash": "0xf522f545635f1ec9d9a6f0f3e7de5767c6d27127933aff4aabb7e24045830aa4",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xb602386578f18da278e56915c2570972df8ddb9048b9c7852d358321a8152929",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116954,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5fc0"
},
"logsBloom": "0x00000000000000000000000000000000000000000020000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x3c68a37fd8e05f83e4584413a08aace8eaffdaead16bb9e3553a1ffd07cdde90",
"transactionHash": "0xedeac3ecc21b6c99717010da09402a6fe4e26db529fe50e12e508f9fb661c5d6",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116960,
"transactionHash": "0xedeac3ecc21b6c99717010da09402a6fe4e26db529fe50e12e508f9fb661c5d6",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3c68a37fd8e05f83e4584413a08aace8eaffdaead16bb9e3553a1ffd07cdde90",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116960,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5fc0"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xe2c2d7a020958b75710c6c13b55144eb39a35ff5ff941170f3de16cc08aa3272",
"transactionHash": "0xe2702f5912cc90899dc07654e8dc3c1ed9d3dd82467d3d6ad3eb4218c96ea2ab",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116967,
"transactionHash": "0xe2702f5912cc90899dc07654e8dc3c1ed9d3dd82467d3d6ad3eb4218c96ea2ab",
"address": "0x2914Dad368C17d65D5dadED40fadEcCd64067577",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xe2c2d7a020958b75710c6c13b55144eb39a35ff5ff941170f3de16cc08aa3272",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116967,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000100000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x9a297cc4335764cdaff31232b20099e79803c6bc1fde25b70fe8258ba9c2033b",
"transactionHash": "0xa5ae5b4ae9667012543af44dc72ed82291e6ee52618c743f8b2cc4d8d64413ab",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116976,
"transactionHash": "0xa5ae5b4ae9667012543af44dc72ed82291e6ee52618c743f8b2cc4d8d64413ab",
"address": "0x3F5C8adC52bA2e0584ca5EedebBC64EE8a1a47F6",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x9a297cc4335764cdaff31232b20099e79803c6bc1fde25b70fe8258ba9c2033b",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116976,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000100000000000000000000000200000004000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x75153133f9ab8d0a8b8231d846cb329c1e50b7f67de3ba8200a7e92d68e8c99c",
"transactionHash": "0x63d70710336806b653418690077ab8ad2f20b9a35aecc1053bb480738f43ca5a",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116977,
"transactionHash": "0x63d70710336806b653418690077ab8ad2f20b9a35aecc1053bb480738f43ca5a",
"address": "0x3ef3813af5Fc3F14b9d7490aD4481dEa3cDefE79",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x75153133f9ab8d0a8b8231d846cb329c1e50b7f67de3ba8200a7e92d68e8c99c",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116977,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000",
"blockHash": "0xbbf94ac728113f21f9a9dc2e1706a019fe958e384404acba1b1fe32df54a3122",
"transactionHash": "0x44094115cf19f59cd32154b6cc48a7c991b07ac87f7ded639eb18127b6f8dfc7",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116978,
"transactionHash": "0x44094115cf19f59cd32154b6cc48a7c991b07ac87f7ded639eb18127b6f8dfc7",
"address": "0x0EF069C1FC5997075B80E079Dc77aEF5e59Eb635",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xbbf94ac728113f21f9a9dc2e1706a019fe958e384404acba1b1fe32df54a3122",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116978,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000008000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xc1e44efa2f33702d5989eba8662c96ab4c221a7fcfdfb926e4bd2138f0c8e5ec",
"transactionHash": "0xbf9c94c8674c867099f5b01350e074772af5995f14eb90b27d8c5a0ed46f42f7",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116983,
"transactionHash": "0xbf9c94c8674c867099f5b01350e074772af5995f14eb90b27d8c5a0ed46f42f7",
"address": "0x71e24b2CEb5eB4A688D754e14Ad082f05597eDcE",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xc1e44efa2f33702d5989eba8662c96ab4c221a7fcfdfb926e4bd2138f0c8e5ec",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116983,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000080000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000100000000000000000000",
"blockHash": "0x0de9eff19316f1717aaab49f5b4f6297326e84baee073d946e06561ea8744a32",
"transactionHash": "0xb60acad54aa60bb21cbe6e19299b1f4745b00696aed4d1a062bd4b1302fa2a35",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116985,
"transactionHash": "0xb60acad54aa60bb21cbe6e19299b1f4745b00696aed4d1a062bd4b1302fa2a35",
"address": "0xa6b606F7a49DbCFCD9493b940fb1280ea21F4ABd",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x0de9eff19316f1717aaab49f5b4f6297326e84baee073d946e06561ea8744a32",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116985,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000030000000000010000000000000000000000000801000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xdecc655b0b15d523fd39065e393a954102e7893dcb6ff6add8a6db305985f7d3",
"transactionHash": "0xfb729be03936ce0d5801e821c1b216b9c2e51ea6b3e7b21bb4503b4e2dc71bc8",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116986,
"transactionHash": "0xfb729be03936ce0d5801e821c1b216b9c2e51ea6b3e7b21bb4503b4e2dc71bc8",
"address": "0x693515D411b36b65Aa1D610400F20166E9198B0a",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xdecc655b0b15d523fd39065e393a954102e7893dcb6ff6add8a6db305985f7d3",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116986,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000004010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xa24dcb84fab518a4697c24104809fba9c7f4e3d6eccaae8cd60493da3c9f0ed9",
"transactionHash": "0x34657f386a4a60aaf34f3171be5d212e64a79c35bcdf7dc4c00983ba9ec1e3bb",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116990,
"transactionHash": "0x34657f386a4a60aaf34f3171be5d212e64a79c35bcdf7dc4c00983ba9ec1e3bb",
"address": "0x18C7D13D59fCAee786C34180A60cd0416423538A",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xa24dcb84fab518a4697c24104809fba9c7f4e3d6eccaae8cd60493da3c9f0ed9",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116990,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000040000000000010000000000010000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x9cc5134320c464c969e68b98821a514f3f7933c1f4fe8a1572cdcae1612d5da6",
"transactionHash": "0x4ef337bf5f80b8ecb6350897d2172384732acfa76e8b225791383650980dc49d",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116992,
"transactionHash": "0x4ef337bf5f80b8ecb6350897d2172384732acfa76e8b225791383650980dc49d",
"address": "0x56dc8bE160F1b1354939Cf4798548531f102eE2f",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x9cc5134320c464c969e68b98821a514f3f7933c1f4fe8a1572cdcae1612d5da6",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116992,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xb014b3291ccbb16b4708c758605c2fb4a9a5afeb3c49a18a5892e5441a35aa2f",
"transactionHash": "0xf8033df213a5ee0b1cbad2aff3f0ef308b6051b4e7d52e931333c0f9e8c4b552",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116997,
"transactionHash": "0xf8033df213a5ee0b1cbad2aff3f0ef308b6051b4e7d52e931333c0f9e8c4b552",
"address": "0x83d7eC63CFDE6b1df08165f1E3779aC8b7Ba3F84",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xb014b3291ccbb16b4708c758605c2fb4a9a5afeb3c49a18a5892e5441a35aa2f",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 116997,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0xCF941497520eA28F603613086F93847a28d82404",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5d79"
},
"logsBloom": "0x00000000000000000000000000000000000000000020000000000000000000000008000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x0ef4c129af35bb8863df5b53cf46972ccbc0b6da2e8817091d583d35892b05e8",
"transactionHash": "0xa3472eda695271eb4b63953e13e9ae2174afa4f5599f43a5f6b93d52971d4b30",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117005,
"transactionHash": "0xa3472eda695271eb4b63953e13e9ae2174afa4f5599f43a5f6b93d52971d4b30",
"address": "0xCF941497520eA28F603613086F93847a28d82404",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"data": "0x",
"logIndex": 0,
"blockHash": "0x0ef4c129af35bb8863df5b53cf46972ccbc0b6da2e8817091d583d35892b05e8",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
"blockNumber": 117005,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5d79"
},
"status": 1,
"byzantium": true
},
"eventName": "AccessRequest"
});
{
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x18bd5"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117006,
"transactionHash": "0x14992c813b6d253a396f4a38325d47dfb1056442a1deea0f940ff491e77fee27",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f476876386d6962353253504335335179707a6b51386767346253534a776f426a6b5a564679555633317675314b764a666b5370755a32425a6f3233794b5945796e624b586a3761726b710000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x3b6accc6d1a0a3fb03a1f571b8ad509e0ce69f982625c588785ff443996f8372",
"transactionLogIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x01"
},
"1": 0,
"2": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x01"
},
"level": 0,
"contentHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
],
"blockNumber": 117006,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x18bd5"
},
"status": 1,
"byzantium": true
},
"eventName": "AccessRequest"
});
{
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x01"
},
"1": 0,
"2": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x01"
},
"level": 0,
"contentHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1a602"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117015,
"transactionHash": "0xf3285237123308ca6e462148c9c54103829fe5fbb89e18c43002333fae92d6ce",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f36644841526d553659647858663371325834554c346b7a5238777a434c5354584731554c474b475042776a5a52467664694c476437766e4c663852776664786745507379667551454846000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008430783034343333616364353562346638303838393063323464333061663362373639343665386130333961316164353631323334393865353734383035666338383033343931326562653831376661646235396338613133643366393965313338613434366562353664373565373833323134373765393061343234626330636538626100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010b6b74706b414e45523637665a513657676b5978373733475131743841586938517741475358473746507a7647386455583637577278776a6471585855787870536178764a795a624d56597a4754344d675434576d445956445856473973794864627554746f38446e625764553864537646674e47585644575078616b46663856694b6779587236396e73444d59774e33324c4a62697958587856466e61756173453973657139336a423631476b42745764434b5733436d554b4b475035386a47337553346d5361705866683434386a7531624c334562427a4d316f38737777653756376f386d54657157334a474137477559364e573761583479575a316e6f564b69467342716b77536433000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x3c66924478879b8576094821ab4c1059e5755d4989b726d84f8e4b50bbac2b4b",
"transactionLogIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x02"
},
"1": 0,
"2": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"3": "0x04433acd55b4f808890c24d30af3b76946e8a039a1ad56123498e574805fc88034912ebe817fadb59c8a13d3f99e138a446eb56d75e78321477e90a424bc0ce8ba",
"4": "ktpkANER67fZQ6WgkYx773GQ1t8AXi8QwAGSXG7FPzvG8dUX67WrxwjdqXXUxxpSaxvJyZbMVYzGT4MgT4WmDYVDXVG9syHdbuTto8DnbWdU8dSvFgNGXVDWPxakFf8ViKgyXr69nsDMYwN32LJbiyXXxVFnauasE9seq93jB61GkBtWdCKW3CmUKKGP58jG3uS4mSapXfh448ju1bL3EbBzM1o8swwe7V7o8mTeqW3JGA7GuY6NW7aX4yWZ1noVKiFsBqkwSd3",
"requestID": {
"_hex": "0x02"
},
"level": 0,
"contentHash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"pkeRequestor": "0x04433acd55b4f808890c24d30af3b76946e8a039a1ad56123498e574805fc88034912ebe817fadb59c8a13d3f99e138a446eb56d75e78321477e90a424bc0ce8ba",
"pkeAFGH": "ktpkANER67fZQ6WgkYx773GQ1t8AXi8QwAGSXG7FPzvG8dUX67WrxwjdqXXUxxpSaxvJyZbMVYzGT4MgT4WmDYVDXVG9syHdbuTto8DnbWdU8dSvFgNGXVDWPxakFf8ViKgyXr69nsDMYwN32LJbiyXXxVFnauasE9seq93jB61GkBtWdCKW3CmUKKGP58jG3uS4mSapXfh448ju1bL3EbBzM1o8swwe7V7o8mTeqW3JGA7GuY6NW7aX4yWZ1noVKiFsBqkwSd3",
"length": 5
}
}
],
"blockNumber": 117015,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1a602"
},
"status": 1,
"byzantium": true
},
"eventName": "AccessRequest"
});
{
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x02"
},
"1": 0,
"2": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"3": "0x04433acd55b4f808890c24d30af3b76946e8a039a1ad56123498e574805fc88034912ebe817fadb59c8a13d3f99e138a446eb56d75e78321477e90a424bc0ce8ba",
"4": "ktpkANER67fZQ6WgkYx773GQ1t8AXi8QwAGSXG7FPzvG8dUX67WrxwjdqXXUxxpSaxvJyZbMVYzGT4MgT4WmDYVDXVG9syHdbuTto8DnbWdU8dSvFgNGXVDWPxakFf8ViKgyXr69nsDMYwN32LJbiyXXxVFnauasE9seq93jB61GkBtWdCKW3CmUKKGP58jG3uS4mSapXfh448ju1bL3EbBzM1o8swwe7V7o8mTeqW3JGA7GuY6NW7aX4yWZ1noVKiFsBqkwSd3",
"requestID": {
"_hex": "0x02"
},
"level": 0,
"contentHash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"pkeRequestor": "0x04433acd55b4f808890c24d30af3b76946e8a039a1ad56123498e574805fc88034912ebe817fadb59c8a13d3f99e138a446eb56d75e78321477e90a424bc0ce8ba",
"pkeAFGH": "ktpkANER67fZQ6WgkYx773GQ1t8AXi8QwAGSXG7FPzvG8dUX67WrxwjdqXXUxxpSaxvJyZbMVYzGT4MgT4WmDYVDXVG9syHdbuTto8DnbWdU8dSvFgNGXVDWPxakFf8ViKgyXr69nsDMYwN32LJbiyXXxVFnauasE9seq93jB61GkBtWdCKW3CmUKKGP58jG3uS4mSapXfh448ju1bL3EbBzM1o8swwe7V7o8mTeqW3JGA7GuY6NW7aX4yWZ1noVKiFsBqkwSd3",
"length": 5
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5fc0"
},
"logsBloom": "0x00000100000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x9c14124164169273f2406399facf7006bf9b289758b78551d452f5740786e603",
"transactionHash": "0xdb68e526d525e9c319efbd6ac61bd7667c884f9f800924413f619ae01cab333f",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117029,
"transactionHash": "0xdb68e526d525e9c319efbd6ac61bd7667c884f9f800924413f619ae01cab333f",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x9c14124164169273f2406399facf7006bf9b289758b78551d452f5740786e603",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 117029,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5fc0"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000800000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x338d680716a5c57d1d4b103b9bf7f375b49a56784df43a03b115d3b8107377af",
"transactionHash": "0xa92cdecb935b85f7ac6bffe9613bd22c6124e1477350bd3b522bca2d385e5556",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117033,
"transactionHash": "0xa92cdecb935b85f7ac6bffe9613bd22c6124e1477350bd3b522bca2d385e5556",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x338d680716a5c57d1d4b103b9bf7f375b49a56784df43a03b115d3b8107377af",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 117033,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5f3c"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000002000000000000000000000100000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x2fba30300d5ad9f4eb78114f1feeff30376a19d0b37cab611523a1af6f7a25b8",
"transactionHash": "0x25dd226152a4b4e1f8a419a8834dc71237bbd8538ba7c1f29ac426b3eba963ca",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117037,
"transactionHash": "0x25dd226152a4b4e1f8a419a8834dc71237bbd8538ba7c1f29ac426b3eba963ca",
"address": "0x2078cCF4D5Eb9Ff0b4b26EaEC0526158FADfB25c",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x00000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x2fba30300d5ad9f4eb78114f1feeff30376a19d0b37cab611523a1af6f7a25b8",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
],
"blockNumber": 117037,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5f3c"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "",
"objectHash": "",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5d79"
},
"logsBloom": "0x00000100000000000000000000000000000000000000000000000000000000000008100000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xb6301fdd06bb8ba22973c0154f99df22c490bc9e1850868fa1431f1b8b917d3c",
"transactionHash": "0x77e6ef517cbdce2ee9c0a688ca206043b9edeac89cef7867692b5f811f560f6c",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117038,
"transactionHash": "0x77e6ef517cbdce2ee9c0a688ca206043b9edeac89cef7867692b5f811f560f6c",
"address": "0x8C3c78Faa774151EC3899d20F31A54efb1729B9a",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"data": "0x",
"logIndex": 0,
"blockHash": "0xb6301fdd06bb8ba22973c0154f99df22c490bc9e1850868fa1431f1b8b917d3c",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
"blockNumber": 117038,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5d79"
},
"status": 1,
"byzantium": true
},
"eventName": "AccessRequest"
});
{
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x18bd5"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000004000800000000000000040000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117039,
"transactionHash": "0x3aea36e8794d0469bc880ae32d3cfb2e75358a5cf7ab3ac2298d568c301cd9be",
"address": "0x4ECf17d82730b9770E872984f701196A80c8cfB3",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f475a484156705a7569725757726177476f6767554e6a414a5a726366555a69384767356247526b783264516b43586a34753632314d3669614c5a59347632597a56746e52735a697875380000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x734c7c7731dcafcf8e3b06627440dfc2423ae34b2ba2c88044128d8db90a38a5",
"transactionLogIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x01"
},
"1": 0,
"2": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x01"
},
"level": 0,
"contentHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
],
"blockNumber": 117039,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x18bd5"
},
"status": 1,
"byzantium": true
},
"eventName": "AccessRequest"
});
{
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x01"
},
"1": 0,
"2": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x01"
},
"level": 0,
"contentHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1513d"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117048,
"transactionHash": "0x2aae196332e7763106dcb9aafda3953f1545f4fc62bfe27d58418c205b9dae2d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000003000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d420000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0x4bcd8ea6ce1bd49953e9374c50c8e40ff078f53bcae7c3c7f4048a8a622b27ab",
"transactionLogIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x03"
},
"1": 0,
"2": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x03"
},
"level": 0,
"contentHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
],
"blockNumber": 117048,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1513d"
},
"status": 1,
"byzantium": true
},
"eventName": "AccessRequest"
});
{
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x03"
},
"1": 0,
"2": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x03"
},
"level": 0,
"contentHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x65a1"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000010000000000010000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x77d05c28f764b33f653be5c07c7e581588197770f0fc9ab984d904e46af1aa60",
"transactionHash": "0x145e6539d16d51e36fa19d527f0366f28da0362f281ffec073c1aabbdc9b80ae",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117052,
"transactionHash": "0x145e6539d16d51e36fa19d527f0366f28da0362f281ffec073c1aabbdc9b80ae",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000004e68715f5f35766568726a38573355694a364e5559694a4e316a6f73713345634375646d754568466e41366855446278545036434b4236666d4b7a4d38796e6e3462504c794e323967787467394d42000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0x77d05c28f764b33f653be5c07c7e581588197770f0fc9ab984d904e46af1aa60",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"objectHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"length": 1
}
}
],
"blockNumber": 117052,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x65a1"
},
"status": 1,
"byzantium": true
},
"eventName": "UpdateRequest"
});
{
"decode": "<function>",
"name": "UpdateRequest",
"signature": "UpdateRequest(string)",
"topic": "0x403f30aa5f4f2f89331a7b50054f64a00ce206f4d0a37f566ff344bbe46f8b65",
"values": {
"0": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"objectHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1858a"
},
"logsBloom": "0x00000000040000000000000000000000000000000000000000000000000000000000080000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x3f0cb6e8008452efa296a38269329ffd4fcda26df4fda37db8763ca0b2e1a342",
"transactionHash": "0x0c95bceb619bef80a651d06c27ec95fc4f3bdbc8741796e29e92c2316a071235",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117051,
"transactionHash": "0x0c95bceb619bef80a651d06c27ec95fc4f3bdbc8741796e29e92c2316a071235",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x000000000000000000000000f7ff9710f064341d4b0b063caec64cbd703b2c75",
"logIndex": 0,
"blockHash": "0x3f0cb6e8008452efa296a38269329ffd4fcda26df4fda37db8763ca0b2e1a342",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"contentContractAddress": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"length": 1
}
}
],
"blockNumber": 117051,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1858a"
},
"status": 1,
"byzantium": true
},
"eventName": "SetContentContract"
});
{
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"contentContractAddress": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"length": 1
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "updateAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentAddr",
"type": "address"
}
],
"name": "deleteContent",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
}
],
"name": "ContentObjectDeleted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addressKms",
"type": "address"
}
],
"name": "UpdateKmsAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0xa673"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000002000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001000400000000000000000000000000000000000000000000000000000000001000000000000",
"blockHash": "0xfafe70e90bf08e0734a1aca3c932bf030cf1f8233373b4c06255e8a38d958b0a",
"transactionHash": "0x8fa45902d834c299e4cca01342e2fb69059f9ac8e7854ee6298f3cf3a2394e5e",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117058,
"transactionHash": "0x8fa45902d834c299e4cca01342e2fb69059f9ac8e7854ee6298f3cf3a2394e5e",
"address": "0x961e167Ce1a4F65B27f55684DF7f4a97b36f159b",
"topics": [
"0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88"
],
"data": "0x",
"logIndex": 0,
"blockHash": "0xfafe70e90bf08e0734a1aca3c932bf030cf1f8233373b4c06255e8a38d958b0a",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
],
"blockNumber": 117058,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0xa673"
},
"status": 1,
"byzantium": true
},
"eventName": "AccessRequest"
});
{
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest()",
"topic": "0xed78a9defa7412748c9513ba9cf680f57703a46dd7e0fb0b1e94063423c73e88",
"values": {
"length": 0
}
}
ExtractEventFromLogs({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getCustomInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_contentType",
"type": "address"
},
{
"name": "_addressKMS",
"type": "address"
},
{
"name": "_contentContractAddress",
"type": "address"
},
{
"name": "_accessCharge",
"type": "uint256"
},
{
"name": "_statusCode",
"type": "int256"
},
{
"name": "_requestID",
"type": "uint256"
},
{
"name": "_visibility",
"type": "uint8"
},
{
"name": "_objectHash",
"type": "string"
},
{
"name": "_versionHashes",
"type": "string"
}
],
"name": "migrate",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "charged",
"type": "uint256"
},
{
"indexed": false,
"name": "received",
"type": "uint256"
},
{
"indexed": false,
"name": "converted",
"type": "uint256"
},
{
"indexed": false,
"name": "enough",
"type": "bool"
}
],
"name": "DbgAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "code",
"type": "uint8"
}
],
"name": "DbgAccessCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
}
],
"event": {
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x15df0"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000800000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000200000000000000000000000000000000000000000000000000000000000000000000020008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0xe40f8429b3b047dcda144a02cf001b55b2fbde412f708843e5e23d4467de31c1",
"transactionHash": "0xd41dd93ed473a62a3f833aeb2c08dfc6023e712093767c70b27c43c85c95026d",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117059,
"transactionHash": "0xd41dd93ed473a62a3f833aeb2c08dfc6023e712093767c70b27c43c85c95026d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 0,
"blockHash": "0xe40f8429b3b047dcda144a02cf001b55b2fbde412f708843e5e23d4467de31c1",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117059,
"transactionHash": "0xd41dd93ed473a62a3f833aeb2c08dfc6023e712093767c70b27c43c85c95026d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xe40f8429b3b047dcda144a02cf001b55b2fbde412f708843e5e23d4467de31c1",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "DbgAccessCode",
"signature": "DbgAccessCode(uint8)",
"topic": "0x14c078593b5fe597db0b1293557c1a5315f2b7e708477ea38b41929534d96bdd",
"values": {
"0": 0,
"code": 0,
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 117059,
"transactionHash": "0xd41dd93ed473a62a3f833aeb2c08dfc6023e712093767c70b27c43c85c95026d",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06"
],
"data": "0x0000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000012000000000000000000000000000000000000000000000000000000000000001e0000000000000000000000000000000000000000000000000000000000000004e68715f5f4c464e6a777a7a75456b4a766a456e69375143785a7163546d6b355a573933784b6d5a6d57437a767341677055595369533162467959566a4d745754676a6841615873646b326d32595a0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000084307830346461313031616634643363613639643435323362656631366265646465653736303333636335643130323732663863653831356536333366326666393463323935386565323335313931373135383833343064313165393637383836323334396231343364636231653461316334656439313363393734373839303630303832000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 2,
"blockHash": "0xe40f8429b3b047dcda144a02cf001b55b2fbde412f708843e5e23d4467de31c1",
"transactionLogIndex": 2,
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x04"
},
"1": 0,
"2": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x04"
},
"level": 0,
"contentHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
],
"blockNumber": 117059,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x15df0"
},
"status": 1,
"byzantium": true
},
"eventName": "AccessRequest"
});
{
"decode": "<function>",
"name": "AccessRequest",
"signature": "AccessRequest(uint256,uint8,string,string,string)",
"topic": "0x50f423e39e8beb25bb2da38a63e3d33b5368f261522813712756733eaf569a06",
"values": {
"0": {
"_hex": "0x04"
},
"1": 0,
"2": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"3": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"4": "",
"requestID": {
"_hex": "0x04"
},
"level": 0,
"contentHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"pkeRequestor": "0x04da101af4d3ca69d4523bef16beddee76033cc5d10272f8ce815e633f2ff94c2958ee23519171588340d11e9678862349b143dcb1e4a1c4ed913c974789060082",
"pkeAFGH": "",
"length": 5
}
}
- Source:
ExtractValueFromEvent({contractAddress,abi,event,eventName,eventValue}) → Promise.<string>
Extract the specified value from the specified event log from the given event obtained from the CallContractAndMethodAndWait method
The value extracted from the event
Parameters:
| Name | Type | Description |
|---|---|---|
contractAddress |
string |
Address of the contract to call the specified method on |
abi |
Object |
ABI of contract |
event |
Object |
Event of the transaction from CallContractMethodAndWait |
eventName |
string |
Name of the event to parse |
eventValue |
string |
Name of the value to extract from the event |
Examples
ExtractValueFromEvent({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "name",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_locator",
"type": "bytes"
}
],
"name": "submitNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "prefix",
"type": "bytes"
}
],
"name": "getKMSInfo",
"outputs": [
{
"name": "",
"type": "string"
},
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "registerSpaceNode",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "createLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "numActiveNodes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "activeNodeLocators",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "activeNodeAddresses",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsAddr",
"type": "address"
}
],
"name": "getKMSID",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "userWallets",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "addNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "addKMSLocator",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "pendingNodeLocators",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "pendingNodeAddresses",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "description",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createAccessWallet",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setWalletFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setGroupFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setContentFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsIdStr",
"type": "string"
}
],
"name": "checkKMS",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space_description",
"type": "string"
}
],
"name": "setDescription",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "new_factory",
"type": "address"
}
],
"name": "setLibraryFactory",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "getAccessWallet",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_pubKey",
"type": "string"
}
],
"name": "setKMSPublicKey",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "unregisterSpaceNode",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "groupFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
}
],
"name": "removeNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "createContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "factory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "walletFactory",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "engageAccountLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_kmsAddr",
"type": "address"
}
],
"name": "checkKMSAddr",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_nodeAddr",
"type": "address"
}
],
"name": "approveNode",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_v",
"type": "uint8[]"
},
{
"name": "_r",
"type": "bytes32[]"
},
{
"name": "_s",
"type": "bytes32[]"
},
{
"name": "_from",
"type": "address[]"
},
{
"name": "_dest",
"type": "address[]"
},
{
"name": "_value",
"type": "uint256[]"
},
{
"name": "_ts",
"type": "uint256[]"
}
],
"name": "executeBatch",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "numPendingNodes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "nodeMapping",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_kmsID",
"type": "string"
},
{
"name": "_locator",
"type": "bytes"
}
],
"name": "removeKMSLocator",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "content_space_name",
"type": "string"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentTypeAddress",
"type": "address"
}
],
"name": "CreateContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "libraryAddress",
"type": "address"
}
],
"name": "CreateLibrary",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "groupAddress",
"type": "address"
}
],
"name": "CreateGroup",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
}
],
"name": "CreateContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "wallet",
"type": "address"
}
],
"name": "CreateAccessWallet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accountAddress",
"type": "address"
}
],
"name": "EngageAccountLibrary",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "factory",
"type": "address"
}
],
"name": "SetFactory",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "nodeObjAddr",
"type": "address"
}
],
"name": "RegisterNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "nodeObjAddr",
"type": "address"
}
],
"name": "UnregisterNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "sender",
"type": "address"
},
{
"indexed": false,
"name": "status",
"type": "uint256"
}
],
"name": "AddKMSLocator",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "sender",
"type": "address"
},
{
"indexed": false,
"name": "status",
"type": "uint256"
}
],
"name": "RemoveKMSLocator",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "version",
"type": "bytes32"
},
{
"indexed": false,
"name": "owner",
"type": "address"
}
],
"name": "CreateSpace",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "walletAddress",
"type": "address"
}
],
"name": "GetAccessWallet",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addr",
"type": "address"
},
{
"indexed": false,
"name": "locator",
"type": "bytes"
}
],
"name": "NodeSubmitted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "addr",
"type": "address"
},
{
"indexed": false,
"name": "locator",
"type": "bytes"
}
],
"name": "NodeApproved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "ownerAddr",
"type": "address"
},
{
"indexed": false,
"name": "nodeAddr",
"type": "address"
}
],
"name": "AddNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "ownerAddr",
"type": "address"
},
{
"indexed": false,
"name": "nodeAddr",
"type": "address"
}
],
"name": "RemoveNode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"event": {
"to": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"from": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x3f1dfb"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000040000000000000000000000000008000000000000000000000000000000000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x4dfba9aa2e04da2ee58276ecb0add3c9c4a61641a6a31868637626fb9268b5a4",
"transactionHash": "0x80b65f8926211e3b5933d4a6c25ac00b258dcffc349aee41530425a7815944c9",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116869,
"transactionHash": "0x80b65f8926211e3b5933d4a6c25ac00b258dcffc349aee41530425a7815944c9",
"address": "0x8f5b42b31D734800c5f1D3Be26461F3827d65498",
"topics": [
"0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca"
],
"data": "0x0000000000000000000000006305a8645bbcd3ede17a38dd20ca948743c754db",
"logIndex": 0,
"blockHash": "0x4dfba9aa2e04da2ee58276ecb0add3c9c4a61641a6a31868637626fb9268b5a4",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "CreateAccessWallet",
"signature": "CreateAccessWallet(address)",
"topic": "0x56c4bf13bebaa9f2be39ac3f2f4619a0dd1b694bb8c5f43c6b244a6dba0f0cca",
"values": {
"0": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"wallet": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"length": 1
}
}
],
"blockNumber": 116869,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x3f1dfb"
},
"status": 1,
"byzantium": true
},
"eventName": "CreateAccessWallet",
"eventValue": "wallet"
});
"0x6305A8645bBCd3EDE17a38DD20ca948743c754db"
ExtractValueFromEvent({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"event": {
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x2092f"
},
"logsBloom": "0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000400040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000004000000800000000000000000000000080000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000200000000",
"blockHash": "0x51d3ba49c4a3516734fd17c77436867b97b7b3e63e3545c39d46a2749404b766",
"transactionHash": "0xfcce9b46b2bf9590ac2fc5f3f2acf7e35bb2089bd230fe42b88164e9dcd0873c",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116895,
"transactionHash": "0xfcce9b46b2bf9590ac2fc5f3f2acf7e35bb2089bd230fe42b88164e9dcd0873c",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
],
"data": "0x00000000000000000000000088d5b81ea76577bec472b26e17d3792eecfecb36",
"logIndex": 0,
"blockHash": "0x51d3ba49c4a3516734fd17c77436867b97b7b3e63e3545c39d46a2749404b766",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "MemberAdded",
"signature": "MemberAdded(address)",
"topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
"values": {
"0": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"candidate": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116895,
"transactionHash": "0xfcce9b46b2bf9590ac2fc5f3f2acf7e35bb2089bd230fe42b88164e9dcd0873c",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a00000000000000000000000000000000000000000000000000000000000000dc",
"logIndex": 1,
"blockHash": "0x51d3ba49c4a3516734fd17c77436867b97b7b3e63e3545c39d46a2749404b766",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"2": 220,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"aggregate": 220,
"length": 3
}
}
],
"blockNumber": 116895,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x2092f"
},
"status": 1,
"byzantium": true
},
"eventName": "MemberAdded",
"eventValue": "candidate"
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
ExtractValueFromEvent({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"event": {
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x2c173"
},
"logsBloom": "0x00000400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000004000000000000000000000000000000080000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000002000000000000000000010000000000000000000000000000000000800000000200000000",
"blockHash": "0x84781adccd7ef986696aee0cc6cf4d27a830940616a92da48c8d6e1e0605f166",
"transactionHash": "0xf0c804aec0210270ac7465a38f5b003807e02294463a90ef2c872e1b18e1aa3f",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116896,
"transactionHash": "0xf0c804aec0210270ac7465a38f5b003807e02294463a90ef2c872e1b18e1aa3f",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914"
],
"data": "0x000000000000000000000000640ef5a38971208959d1b954b684cbefec7c3602",
"logIndex": 0,
"blockHash": "0x84781adccd7ef986696aee0cc6cf4d27a830940616a92da48c8d6e1e0605f166",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "MemberAdded",
"signature": "MemberAdded(address)",
"topic": "0xb251eb052afc73ffd02ffe85ad79990a8b3fed60d76dbc2fa2fdd7123dffd914",
"values": {
"0": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"candidate": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116896,
"transactionHash": "0xf0c804aec0210270ac7465a38f5b003807e02294463a90ef2c872e1b18e1aa3f",
"address": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x0000000000000000000000006305a8645bbcd3ede17a38dd20ca948743c754db00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a000000000000000000000000000000000000000000000000000000000000000a",
"logIndex": 1,
"blockHash": "0x84781adccd7ef986696aee0cc6cf4d27a830940616a92da48c8d6e1e0605f166",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"1": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"2": 10,
"principal": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"entity": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"aggregate": 10,
"length": 3
}
}
],
"blockNumber": 116896,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x2c173"
},
"status": 1,
"byzantium": true
},
"eventName": "MemberAdded",
"eventValue": "candidate"
});
"0x640ef5a38971208959d1b954b684cBEFeC7c3602"
ExtractValueFromEvent({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"event": {
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0xe902"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000002000000000000000400040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000820000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000200000000000000000000000000000000000000000000000000000000000000000000000000000000200000000",
"blockHash": "0xf3ef3ee641ec97eb4a1e7fd770189558ea63d2ff61d47e42e55a36709a200932",
"transactionHash": "0x3bf67feb126bb949b6735fdf58c8192c4a33ad03dc4891b37031eefa37976b65",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116898,
"transactionHash": "0x3bf67feb126bb949b6735fdf58c8192c4a33ad03dc4891b37031eefa37976b65",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
],
"data": "0x00000000000000000000000088d5b81ea76577bec472b26e17d3792eecfecb36",
"logIndex": 0,
"blockHash": "0xf3ef3ee641ec97eb4a1e7fd770189558ea63d2ff61d47e42e55a36709a200932",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ManagerAccessGranted",
"signature": "ManagerAccessGranted(address)",
"topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
"values": {
"0": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"candidate": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116898,
"transactionHash": "0x3bf67feb126bb949b6735fdf58c8192c4a33ad03dc4891b37031eefa37976b65",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a00000000000000000000000000000000000000000000000000000000000000dc",
"logIndex": 1,
"blockHash": "0xf3ef3ee641ec97eb4a1e7fd770189558ea63d2ff61d47e42e55a36709a200932",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"2": 220,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"aggregate": 220,
"length": 3
}
}
],
"blockNumber": 116898,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0xe902"
},
"status": 1,
"byzantium": true
},
"eventName": "ManagerAccessGranted",
"eventValue": "candidate"
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
ExtractValueFromEvent({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"event": {
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x163af"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000820000000000000000000000000000000000000000000000000000000000000000000000000000400000000000000000000000000000000000200000000000000002000000000000000000010000000000000000000000000000000000800000000200000000",
"blockHash": "0x87e97b4384ca793a0012e9d44f8c590255ba77525bcc73c80700fb8cb655f9c5",
"transactionHash": "0xfa9e71ab24b5abcc27c2dec6557fc422045f99c4cb395503db3f36e32d32fc0a",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116900,
"transactionHash": "0xfa9e71ab24b5abcc27c2dec6557fc422045f99c4cb395503db3f36e32d32fc0a",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117"
],
"data": "0x000000000000000000000000640ef5a38971208959d1b954b684cbefec7c3602",
"logIndex": 0,
"blockHash": "0x87e97b4384ca793a0012e9d44f8c590255ba77525bcc73c80700fb8cb655f9c5",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ManagerAccessGranted",
"signature": "ManagerAccessGranted(address)",
"topic": "0x93bcaab179551bde429187645251f8e1fb8ac85801fcb1cf91eb2c9043d61117",
"values": {
"0": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"candidate": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116900,
"transactionHash": "0xfa9e71ab24b5abcc27c2dec6557fc422045f99c4cb395503db3f36e32d32fc0a",
"address": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x0000000000000000000000006305a8645bbcd3ede17a38dd20ca948743c754db00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a000000000000000000000000000000000000000000000000000000000000006e",
"logIndex": 1,
"blockHash": "0x87e97b4384ca793a0012e9d44f8c590255ba77525bcc73c80700fb8cb655f9c5",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"1": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"2": 110,
"principal": "0x6305A8645bBCd3EDE17a38DD20ca948743c754db",
"entity": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"aggregate": 110,
"length": 3
}
}
],
"blockNumber": 116900,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x163af"
},
"status": 1,
"byzantium": true
},
"eventName": "ManagerAccessGranted",
"eventValue": "candidate"
});
"0x640ef5a38971208959d1b954b684cBEFeC7c3602"
ExtractValueFromEvent({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"event": {
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1154e"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000080000002000000000000000400040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000800000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000004000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000100000000000000000000000000000000000000000000000000000000000000000200000000",
"blockHash": "0xbc62e73330ebe3c27da79d7dbf38de6bdb937b4ef95f60fdddd336795a5a0b6a",
"transactionHash": "0x78f86b0535873b1f35ebe32839f18ebee90507712d81de2f60410a266531cb46",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116901,
"transactionHash": "0x78f86b0535873b1f35ebe32839f18ebee90507712d81de2f60410a266531cb46",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c"
],
"data": "0x00000000000000000000000088d5b81ea76577bec472b26e17d3792eecfecb36",
"logIndex": 0,
"blockHash": "0xbc62e73330ebe3c27da79d7dbf38de6bdb937b4ef95f60fdddd336795a5a0b6a",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "MemberRevoked",
"signature": "MemberRevoked(address)",
"topic": "0x745cd29407db644ed93e3ceb61cbcab96d1dfb496989ac5d5bf514fc5a9fab9c",
"values": {
"0": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"candidate": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116901,
"transactionHash": "0x78f86b0535873b1f35ebe32839f18ebee90507712d81de2f60410a266531cb46",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a00000000000000000000000000000000000000000000000000000000000000c8",
"logIndex": 1,
"blockHash": "0xbc62e73330ebe3c27da79d7dbf38de6bdb937b4ef95f60fdddd336795a5a0b6a",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"2": 200,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"aggregate": 200,
"length": 3
}
}
],
"blockNumber": 116901,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1154e"
},
"status": 1,
"byzantium": true
},
"eventName": "MemberRevoked",
"eventValue": "candidate"
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
ExtractValueFromEvent({
"abi": [
{
"constant": true,
"inputs": [],
"name": "parentAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentObjects",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"name": "setContentSpace",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContractRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_OBJECT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "grantAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getAccessGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_GROUP",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "membersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkAccessGroupRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_LIBRARY",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_CONFIRMED",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "managersList",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContractRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getAccessGroup",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAll",
"outputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "getAccessGroupRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessGroups",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentObjectRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasManagerAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_TENTATIVE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "membersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentObjectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "pendingHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTRACT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "managersNum",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkLibraryRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CATEGORY_CONTENT_TYPE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentObjectRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contracts",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContract",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "grantManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "contractExists",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionTimestamp",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "lib",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setLibraryRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "ACCESS_NONE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpContentTypes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "revokeAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setContentTypeRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpLibraries",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypes",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index_type",
"type": "uint8"
},
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkDirectRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
}
],
"name": "getContentTypeRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContractRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentObjects",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraries",
"outputs": [
{
"name": "category",
"type": "uint8"
},
{
"name": "length",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getLibrariesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "manager",
"type": "address"
}
],
"name": "revokeManagerAccess",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getContentObject",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "position",
"type": "uint256"
}
],
"name": "getLibrary",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "TYPE_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "cleanUpAccessGroups",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
},
{
"name": "mgr",
"type": "bool"
}
],
"name": "hasAccessRight",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_versionHash",
"type": "string"
}
],
"name": "deleteVersion",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContentObjectsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setAccessGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "lib",
"type": "address"
}
],
"name": "getLibraryRights",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "getContractsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "obj",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
}
],
"name": "checkContentTypeRights",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessGranted",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "MemberRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "ManagerAccessRevoked",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "parentAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "spaceAddress",
"type": "address"
},
{
"indexed": false,
"name": "versionHash",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "int256"
}
],
"name": "VersionDelete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "principal",
"type": "address"
},
{
"indexed": false,
"name": "entity",
"type": "address"
},
{
"indexed": false,
"name": "aggregate",
"type": "uint8"
}
],
"name": "RightsChanged",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "index",
"type": "uint256"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "dbgAddress",
"type": "event"
}
],
"event": {
"to": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0xc215"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000002000000000000000400040800000000000000000000000000000000000000000000000000000000000000000000000001000000000000000000000000080000800000000000000000000000000000000000000000000000000000000000000000000000020000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000200000000000000200000000000000000000000000000000000000000000000000000000000000000000008000000000200000000",
"blockHash": "0xe553c5a6efc56120de6900364bce0cf5d3f94df18b17301ccc1816b7c60db869",
"transactionHash": "0xe752638af0350a78ac4fd7f1caa00cacb4d88d6a27002d5c12357dfed6e1ab35",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 116903,
"transactionHash": "0xe752638af0350a78ac4fd7f1caa00cacb4d88d6a27002d5c12357dfed6e1ab35",
"address": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"topics": [
"0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95"
],
"data": "0x00000000000000000000000088d5b81ea76577bec472b26e17d3792eecfecb36",
"logIndex": 0,
"blockHash": "0xe553c5a6efc56120de6900364bce0cf5d3f94df18b17301ccc1816b7c60db869",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "ManagerAccessRevoked",
"signature": "ManagerAccessRevoked(address)",
"topic": "0x2d6aa1a9629d125e23a0cf692cda7cd6795dff1652eedd4673b38ec31e387b95",
"values": {
"0": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"candidate": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"length": 1
}
},
{
"transactionIndex": 0,
"blockNumber": 116903,
"transactionHash": "0xe752638af0350a78ac4fd7f1caa00cacb4d88d6a27002d5c12357dfed6e1ab35",
"address": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"topics": [
"0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4"
],
"data": "0x000000000000000000000000db148b7e2cabebfa14e95a0fd094d2cd2545b34b00000000000000000000000090deadfd130900bf1db8d0ee7fd8f1894335987a0000000000000000000000000000000000000000000000000000000000000000",
"logIndex": 1,
"blockHash": "0xe553c5a6efc56120de6900364bce0cf5d3f94df18b17301ccc1816b7c60db869",
"transactionLogIndex": 1,
"decode": "<function>",
"name": "RightsChanged",
"signature": "RightsChanged(address,address,uint8)",
"topic": "0x23dcae6acc296731e3679d01e7cd963988e5a372850a0a1db2b9b01539e19ff4",
"values": {
"0": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"1": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"2": 0,
"principal": "0xDb148B7e2CABEBfA14E95A0FD094D2Cd2545B34b",
"entity": "0x90DEAdFD130900bf1db8d0ee7FD8F1894335987A",
"aggregate": 0,
"length": 3
}
}
],
"blockNumber": 116903,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0xc215"
},
"status": 1,
"byzantium": true
},
"eventName": "ManagerAccessRevoked",
"eventValue": "candidate"
});
"0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
- Source:
async FabricUrl({libraryIdoptional,objectIdoptional,versionHashoptional,partHashoptional,repoptional,publicRepoptional,calloptional,queryParamsoptional,channelAuthoptional,noAuthoptional,noCacheoptional}) → Promise.<string>
Generate a URL to the specified item in the content fabric with appropriate authorization token.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
<optional> |
ID of an library |
|
objectId |
string |
<optional> |
ID of an object |
|
versionHash |
string |
<optional> |
Hash of an object version |
|
partHash |
string |
<optional> |
Hash of a part - Requires object ID |
|
rep |
string |
<optional> |
Rep parameter of the url |
|
publicRep |
string |
<optional> |
Public rep parameter of the url |
|
call |
string |
<optional> |
Bitcode method to call |
|
queryParams |
Object |
<optional> |
Query params to add to the URL |
|
channelAuth |
boolean |
<optional> |
false |
If specified, state channel authorization will be used instead of access request authorization |
noAuth |
boolean |
<optional> |
false |
If specified, authorization will not be performed and the URL will not have an authorization token. This is useful for accessing public assets. |
noCache |
boolean |
<optional> |
false |
If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached. This option has no effect if noAuth is true. |
Examples
async FabricUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY"
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4OGZhNDU5MDJkODM0YzI5OWU0Y2NhMDEzNDJlMmZiNjkwNTlmOWFjOGU3ODU0ZWU2Mjk4ZjNjZjNhMjM5NGU1ZSIsInFsaWJfaWQiOiJpbGliMzZKU0M2SnJidHVGQTNjQng5N0o3NnRkdXZNWSJ9.RVMyNTZLX0RCeW9hczFwZ3NLUk1QUEU3RnFyemVaRFY4UEFLeE1vZDVGb1I0Nm41WUx3cDdxc0pQVU5oOWFBOEs0NWJhV1dLY2V2OWF3NmJONWtEbzU2NWE1eUZVQ053"
async FabricUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCIsInFsaWJfaWQiOiJpbGliMzZKU0M2SnJidHVGQTNjQng5N0o3NnRkdXZNWSJ9.RVMyNTZLXzdHamJTQXhDQTFXNndCNWY1N3VNQ2Q0N1BzOXhkc2J0ZUszMVdENmtzb3Jka0RIcUMxQVRDRUx2R3pBdEdnYncxMThmb1V2cEI5aHR4bUQ1bVR0WWlaR1Vy"
async FabricUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq"
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCIsInFsaWJfaWQiOiJpbGliMzZKU0M2SnJidHVGQTNjQng5N0o3NnRkdXZNWSJ9.RVMyNTZLXzdHamJTQXhDQTFXNndCNWY1N3VNQ2Q0N1BzOXhkc2J0ZUszMVdENmtzb3Jka0RIcUMxQVRDRUx2R3pBdEdnYncxMThmb1V2cEI5aHR4bUQ1bVR0WWlaR1Vy"
async FabricUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"partHash": "hqp_98oTyxYcSNoYWD4KhBNhCW6Nhqttkg3XBfAGXPXsU5zuDrys"
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX/data/hqp_98oTyxYcSNoYWD4KhBNhCW6Nhqttkg3XBfAGXPXsU5zuDrys?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCIsInFsaWJfaWQiOiJpbGliMzZKU0M2SnJidHVGQTNjQng5N0o3NnRkdXZNWSJ9.RVMyNTZLXzdHamJTQXhDQTFXNndCNWY1N3VNQ2Q0N1BzOXhkc2J0ZUszMVdENmtzb3Jka0RIcUMxQVRDRUx2R3pBdEdnYncxMThmb1V2cEI5aHR4bUQ1bVR0WWlaR1Vy"
async FabricUrl({
"versionHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"partHash": "hqp_98oTyxYcSNoYWD4KhBNhCW6Nhqttkg3XBfAGXPXsU5zuDrys"
});
"https://host-35-233-145-232.test.contentfabric.io/q/hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq/data/hqp_98oTyxYcSNoYWD4KhBNhCW6Nhqttkg3XBfAGXPXsU5zuDrys?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCJ9.RVMyNTZLX0ppS01vVm1TN3oyV1J0Tm13V0xtU01KeGNNUE1GZ1ZpMm1kRnZNTkd2dzZBamN1RTFva2Q5dGFvdWRYSmg3NlJnQWNGWngyRFhDdEpwd1pKS0xIZ1A2SDk1"
async FabricUrl({
"versionHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"call": "method"
});
"https://host-35-233-145-232.test.contentfabric.io/q/hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq/call/method?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCJ9.RVMyNTZLX0ppS01vVm1TN3oyV1J0Tm13V0xtU01KeGNNUE1GZ1ZpMm1kRnZNTkd2dzZBamN1RTFva2Q5dGFvdWRYSmg3NlJnQWNGWngyRFhDdEpwd1pKS0xIZ1A2SDk1"
async FabricUrl({
"versionHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"rep": "image"
});
"https://host-35-233-145-232.test.contentfabric.io/q/hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCJ9.RVMyNTZLX0ppS01vVm1TN3oyV1J0Tm13V0xtU01KeGNNUE1GZ1ZpMm1kRnZNTkd2dzZBamN1RTFva2Q5dGFvdWRYSmg3NlJnQWNGWngyRFhDdEpwd1pKS0xIZ1A2SDk1"
async FabricUrl({
"versionHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"partHash": "hqp_98oTyxYcSNoYWD4KhBNhCW6Nhqttkg3XBfAGXPXsU5zuDrys"
});
"https://host-35-233-145-232.test.contentfabric.io/q/hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq/data/hqp_98oTyxYcSNoYWD4KhBNhCW6Nhqttkg3XBfAGXPXsU5zuDrys?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCJ9.RVMyNTZLX0ppS01vVm1TN3oyV1J0Tm13V0xtU01KeGNNUE1GZ1ZpMm1kRnZNTkd2dzZBamN1RTFva2Q5dGFvdWRYSmg3NlJnQWNGWngyRFhDdEpwd1pKS0xIZ1A2SDk1"
async FabricUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"queryParams": {
"param1": "value1",
"param2": "value2",
"param3": "value3"
}
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX?param1=value1¶m2=value2¶m3=value3&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCIsInFsaWJfaWQiOiJpbGliMzZKU0M2SnJidHVGQTNjQng5N0o3NnRkdXZNWSJ9.RVMyNTZLXzdHamJTQXhDQTFXNndCNWY1N3VNQ2Q0N1BzOXhkc2J0ZUszMVdENmtzb3Jka0RIcUMxQVRDRUx2R3pBdEdnYncxMThmb1V2cEI5aHR4bUQ1bVR0WWlaR1Vy"
async FabricUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"noAuth": true
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJxbGliX2lkIjoiaWxpYjM2SlNDNkpyYnR1RkEzY0J4OTdKNzZ0ZHV2TVkifQ%3D%3D.RVMyNTZLXzQya0Npb0JhU05IMzkzU1BoSnBKZEZKRzI4WGc3UXhSZk5pQmg4WHMyYm9VREF1ZXI4dmMzRTVKcGdBMjhEZnZZYTh5cm5EUm1UeXNKdXFLOVFXRUxWOFM3"
async FabricUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"rep": "image",
"queryParams": {},
"channelAuth": false,
"noAuth": false,
"noCache": false
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCIsInFsaWJfaWQiOiJpbGliMzZKU0M2SnJidHVGQTNjQng5N0o3NnRkdXZNWSJ9.RVMyNTZLXzdHamJTQXhDQTFXNndCNWY1N3VNQ2Q0N1BzOXhkc2J0ZUszMVdENmtzb3Jka0RIcUMxQVRDRUx2R3pBdEdnYncxMThmb1V2cEI5aHR4bUQ1bVR0WWlaR1Vy"
async FabricUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"rep": "image",
"queryParams": {},
"channelAuth": false,
"noAuth": true,
"noCache": false
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJxbGliX2lkIjoiaWxpYjM2SlNDNkpyYnR1RkEzY0J4OTdKNzZ0ZHV2TVkifQ%3D%3D.RVMyNTZLXzQya0Npb0JhU05IMzkzU1BoSnBKZEZKRzI4WGc3UXhSZk5pQmg4WHMyYm9VREF1ZXI4dmMzRTVKcGdBMjhEZnZZYTh5cm5EUm1UeXNKdXFLOVFXRUxWOFM3"
- Source:
async FileUrl({libraryIdoptional,objectIdoptional,versionHashoptional,filePath,queryParamsoptional,noCacheoptional}) → Promise.<string>
Generate a URL to the specified content object file with appropriate authorization token.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
<optional> |
ID of an library |
|
objectId |
string |
<optional> |
ID of an object |
|
versionHash |
string |
<optional> |
Hash of an object version |
|
filePath |
string |
Path to the content object file |
||
queryParams |
Object |
<optional> |
Query params to add to the URL |
|
noCache |
boolean |
<optional> |
false |
If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached. |
Examples
async FileUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"filePath": "file"
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX/files/file?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCIsInFsaWJfaWQiOiJpbGliMzZKU0M2SnJidHVGQTNjQng5N0o3NnRkdXZNWSJ9.RVMyNTZLXzdHamJTQXhDQTFXNndCNWY1N3VNQ2Q0N1BzOXhkc2J0ZUszMVdENmtzb3Jka0RIcUMxQVRDRUx2R3pBdEdnYncxMThmb1V2cEI5aHR4bUQ1bVR0WWlaR1Vy"
async FileUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"filePath": "dir/file"
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX/files/dir/file?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCIsInFsaWJfaWQiOiJpbGliMzZKU0M2SnJidHVGQTNjQng5N0o3NnRkdXZNWSJ9.RVMyNTZLXzdHamJTQXhDQTFXNndCNWY1N3VNQ2Q0N1BzOXhkc2J0ZUszMVdENmtzb3Jka0RIcUMxQVRDRUx2R3pBdEdnYncxMThmb1V2cEI5aHR4bUQ1bVR0WWlaR1Vy"
async FileUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"filePath": "file",
"queryParams": {
"param1": "value1",
"param2": "value2",
"param3": "value3"
}
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX/files/file?param1=value1¶m2=value2¶m3=value3&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCIsInFsaWJfaWQiOiJpbGliMzZKU0M2SnJidHVGQTNjQng5N0o3NnRkdXZNWSJ9.RVMyNTZLXzdHamJTQXhDQTFXNndCNWY1N3VNQ2Q0N1BzOXhkc2J0ZUszMVdENmtzb3Jka0RIcUMxQVRDRUx2R3pBdEdnYncxMThmb1V2cEI5aHR4bUQ1bVR0WWlaR1Vy"
async FileUrl({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"filePath": "file"
});
"https://host-35-233-145-232.test.contentfabric.io/q/hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq/files/file?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCJ9.RVMyNTZLX0ppS01vVm1TN3oyV1J0Tm13V0xtU01KeGNNUE1GZ1ZpMm1kRnZNTkd2dzZBamN1RTFva2Q5dGFvdWRYSmg3NlJnQWNGWngyRFhDdEpwd1pKS0xIZ1A2SDk1"
- Source:
async FinalizeABRMezzanine({libraryId,objectId,writeToken,offeringKeyoptional}) → Promise.<Object>
Finalize a mezzanine object after all jobs have finished
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
ID of the mezzanine library |
||
objectId |
string |
ID of the mezzanine object |
||
writeToken |
string |
Write token for the mezzanine object |
||
offeringKey |
string |
<optional> |
default |
The offering to process |
Example
async FinalizeABRMezzanine({
"libraryId": "ilib43HtXFiDvzMnTVKhPiVmPTfg7Hpb",
"objectId": "iq__qRVUqYeodSRyoMyLw5C7HFnKGQB",
"offeringKey": "default"
});
{
"logs": [
"2019-11-12 19:15:11 Debug: getProductionVariantCtx(hq__HgxRjUNFMveszw8MEVpcU6zDDi21CQwf4sCg7TFMVZSkw5LhMLaVHamrFZ5q9QokDNt58i5sYL,default)",
"2019-11-12 19:15:11 Debug: getting production.Master: hq__HgxRjUNFMveszw8MEVpcU6zDDi21CQwf4sCg7TFMVZSkw5LhMLaVHamrFZ5q9QokDNt58i5sYL",
"2019-11-12 19:15:11 Debug: Get production.Variant 'default' from production.Master"
],
"warnings": [],
"errors": [],
"id": "iq__qRVUqYeodSRyoMyLw5C7HFnKGQB",
"hash": "hq__3JaEiJTmiQuzHg16yZH5pkiSjvGrFCzcB5BLTHiEaRKQCrY9Wk9randiEaVze6ZmckPxYEAVVV",
"write_token": "tqw_9jjhTyD7vD17GjFyeWMVYgE6R8ETKzdsN",
"type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
}
- Source:
async FinalizeContentObject({libraryId,objectId,writeToken,publishoptional,awaitCommitConfirmationoptional})
Finalize content draft
- POST /qlibs/:qlibid/q/:write_token
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
ID of the library |
||
objectId |
string |
ID of the object |
||
writeToken |
string |
Write token of the draft |
||
publish |
boolean |
<optional> |
true |
If specified, the object will also be published |
awaitCommitConfirmation |
boolean |
<optional> |
true |
If specified, will wait for the publish commit to be confirmed. Irrelevant if not publishing. |
Examples
async FinalizeContentObject({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS",
"writeToken": "tqw_CptizwXQkDyhr2bWaqoRe8xCn1PNoPbXg"
});
{
"id": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS",
"hash": "hq__HnusdtEe7rQniFXXdBFMh7yhfpjRHieVaH2uFWBaRnhrePKkZ88AEEninZa2rziah2psGxsjrz",
"write_token": "tqw_CptizwXQkDyhr2bWaqoRe8xCn1PNoPbXg",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__324Vj3vvf744b3bwhdcbNnsHxTKf",
"writeToken": "tqw_AorKhAQkCQuYLHGhhWxpQF47r9upTAhcN"
});
{
"id": "iq__324Vj3vvf744b3bwhdcbNnsHxTKf",
"hash": "hq__DejzgXH1MZP1PdfJ3oSpnQUZ7zeo3p8US8f2ioKAcdEow8vZykccsr8TL2Mt87zyvUVj3Ep1MB",
"write_token": "tqw_AorKhAQkCQuYLHGhhWxpQF47r9upTAhcN",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB",
"writeToken": "tqw_J57SJZZRu4krtpAa6ScMCytMALdrnnm7"
});
{
"id": "iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB",
"hash": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67",
"write_token": "tqw_J57SJZZRu4krtpAa6ScMCytMALdrnnm7",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"writeToken": "tqw_281tz1dmxQ385oAdLXc965qoCBruu7JLt"
});
{
"id": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"hash": "hq__HQq8PboyWbPVYSs1yxekRNnLmmneTAyzMfZJU7XJbiHBoGhkHvvC9Zq1wto4SeFmwbCAKNRwqL",
"write_token": "tqw_281tz1dmxQ385oAdLXc965qoCBruu7JLt",
"type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"writeToken": "tqw_Cxgvqe2bTSUThQR1Te2YdAePUsd1PMxeK"
});
{
"id": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"hash": "hq__JeSZKVLKoFc2bVxZY89q1QmKam5d76qvaXHi3yuMKb91hUhzvqKY5eRCHTmVjMSRaZ6EnSFjJz",
"write_token": "tqw_Cxgvqe2bTSUThQR1Te2YdAePUsd1PMxeK",
"type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_QC1cYsXDDKAYYmisqmFSyJaZtLZrS9Pba"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__JVFWnBr27fYY5wBggFu7jERLPnj9MCnvNg8WfxHFVRgC2RGc1EPYEjPANeFZNe1uMzHbNfs5b7",
"write_token": "tqw_QC1cYsXDDKAYYmisqmFSyJaZtLZrS9Pba",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_PixxbQ9obpXSRiSxMupfRQXkNi5oRZykm"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"write_token": "tqw_PixxbQ9obpXSRiSxMupfRQXkNi5oRZykm",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async FinalizeContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"objectId": "iq__3tjQd5qiYgaSdSzryShwHXijt9vj",
"writeToken": "tqw_MJPq1pDuX44U82a6GyD9exEZpYesjeEqd"
});
{
"id": "iq__3tjQd5qiYgaSdSzryShwHXijt9vj",
"hash": "hq__Euw5p22CSanyLL625Q5QcPfKRVuzQNwHAGRBCJTrCFiDkmUpUu8dqeanMwMNBmH2iP7TctWTFR",
"write_token": "tqw_MJPq1pDuX44U82a6GyD9exEZpYesjeEqd",
"type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
}
async FinalizeContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"objectId": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"writeToken": "tqw_8hPfkMKKxzi27HMsvjPJXfTARrQBfobJz"
});
{
"id": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"hash": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"write_token": "tqw_8hPfkMKKxzi27HMsvjPJXfTARrQBfobJz",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"objectId": "iq__ssHKqoJXyNapAVAX5RDQoxbBVoE",
"writeToken": "tqw_6PrJYQh3Nm58Jq7vwScNRPeaKWqLvcqJY"
});
{
"id": "iq__ssHKqoJXyNapAVAX5RDQoxbBVoE",
"hash": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"write_token": "tqw_6PrJYQh3Nm58Jq7vwScNRPeaKWqLvcqJY",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"objectId": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"writeToken": "tqw_FC2MCHkbAqqef2JvjhiEg8CHHYZc8m3Jh"
});
{
"id": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"hash": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"write_token": "tqw_FC2MCHkbAqqef2JvjhiEg8CHHYZc8m3Jh",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"objectId": "iq__3Ki7K351LE16SpxphTdEv3bfVv2G",
"writeToken": "tqw_M1fhmiCsepvwLH6B1MncAKvA2bGEqVmR6"
});
{
"id": "iq__3Ki7K351LE16SpxphTdEv3bfVv2G",
"hash": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"write_token": "tqw_M1fhmiCsepvwLH6B1MncAKvA2bGEqVmR6",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"objectId": "iq__2U1ffdjjpWakNpvT6apUuajuuJpZ",
"writeToken": "tqw_JtCmvT29o26HQZon1i5amVsNgbQhdNxU3"
});
{
"id": "iq__2U1ffdjjpWakNpvT6apUuajuuJpZ",
"hash": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"write_token": "tqw_JtCmvT29o26HQZon1i5amVsNgbQhdNxU3",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"objectId": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"writeToken": "tqw_8TpGgfRLKrp6FHxynfHCwSzCnTtkSd7kA"
});
{
"id": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"hash": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"write_token": "tqw_8TpGgfRLKrp6FHxynfHCwSzCnTtkSd7kA",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"objectId": "iq__M2NQ7KtNKjXzx4HLbZwJrqKkTQM",
"writeToken": "tqw_EMzYuUoCbvzHF7bqiVgtBST1z1BceDnL5"
});
{
"id": "iq__M2NQ7KtNKjXzx4HLbZwJrqKkTQM",
"hash": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"write_token": "tqw_EMzYuUoCbvzHF7bqiVgtBST1z1BceDnL5",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"objectId": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"writeToken": "tqw_8uFr1pRHLj9dQRdaP99oKAcfxL2kqR3ud"
});
{
"id": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"hash": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"write_token": "tqw_8uFr1pRHLj9dQRdaP99oKAcfxL2kqR3ud",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"objectId": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"writeToken": "tqw_AKohouBRP9LSXRGqeCYduih61pqAkFnvo"
});
{
"id": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"hash": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"write_token": "tqw_AKohouBRP9LSXRGqeCYduih61pqAkFnvo",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"objectId": "iq__2b2Jie3w2DFbZwuiTv5ifSXbEDXj",
"writeToken": "tqw_D2XAN58qsntbaagMnKVbMt4k87yWi1vzL"
});
{
"id": "iq__2b2Jie3w2DFbZwuiTv5ifSXbEDXj",
"hash": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"write_token": "tqw_D2XAN58qsntbaagMnKVbMt4k87yWi1vzL",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_PobeAWQkUwnLx1QEekaKMJybhriBQeKwy"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__LbL6MnmxSwip4LpLA7x5uGG83tPYC62PNqVyrqaQTksT2Ey3CEQpyXU3voAd3RpKRoRo2QJSsB",
"write_token": "tqw_PobeAWQkUwnLx1QEekaKMJybhriBQeKwy",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_BaC8YtTwSPshpKGNXvskGovaoC9SSEBTW"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__DQUXnzkYVAgWqXipGRVZYkiEqEN8rYRJwnJJbV8afpfadwKq4mtcAHYuVPKGZSwpnUnNrD2SL1",
"write_token": "tqw_BaC8YtTwSPshpKGNXvskGovaoC9SSEBTW",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__GE8VSRtUXJMTLBi6DUyo1GyymNNSurbURmrnNFdS2WLK2etxniTq9w12gHFSLUiQyGDB5rQguo",
"write_token": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"write_token": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async FinalizeContentObject({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS",
"writeToken": "tqw_EjEExRb3Q5nD3Mix2yQ9hLCPpb86EQqbU"
});
{
"id": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS",
"hash": "hq__ETf25uMXywnNeKeup55jrHWk32tDNKVMY1Ufz5v1za7RGzfQNDxLjNtXmEprTemT76unho9xD8",
"write_token": "tqw_EjEExRb3Q5nD3Mix2yQ9hLCPpb86EQqbU",
"type": ""
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_D82nHJeATaoirUUZzMhTieyM7Ghgrvx6o"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__589LXVbYHwtGGrSCvJxJEz4M7ppVD726asntg7QxE2DtAMK3yPKigseyApJeTyGciZBMde61a9",
"write_token": "tqw_D82nHJeATaoirUUZzMhTieyM7Ghgrvx6o",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_KbRCTmNW2BYaEc6t2kSxTS48rWE4L26M1"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__4wdHSXqRAjpttaRx8HmBrcYqJSr6GA9fm3rEJ8qQFYjA4p18z8aC9t2CfCKezECDvms6HJDosX",
"write_token": "tqw_KbRCTmNW2BYaEc6t2kSxTS48rWE4L26M1",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_LFJkPGfDZycJoPLH8XcM3CPDbrV4gknV3"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__MG5WZ3RFE5M1vFsiJZ9wSBuGmwz3rmVDxbiK618CX6m441HUk79U4ZZ8VajpN2CoBjdDFttFAq",
"write_token": "tqw_LFJkPGfDZycJoPLH8XcM3CPDbrV4gknV3",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_HGdwQYNvQTE9YuWCA2AMCUoYRXze8KHB7"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"write_token": "tqw_HGdwQYNvQTE9YuWCA2AMCUoYRXze8KHB7",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async FinalizeContentObject({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__2xKLSTREbeKmtvNGymye7aBsPCJd",
"writeToken": "tqw_DcTXZT8YkYCabtY42pb7GC64ZxqSVzHSW"
});
{
"id": "iq__2xKLSTREbeKmtvNGymye7aBsPCJd",
"hash": "hq__nHLHkiRafqGfnzMCACVd4wv4NjHZkVx4j7HBDSW5n9HNXoY8mZYCosf7XyEg8fqPvrAodKAk9",
"write_token": "tqw_DcTXZT8YkYCabtY42pb7GC64ZxqSVzHSW",
"type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
}
async FinalizeContentObject({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__26gUWeQaKPn9XBrvyHDQi5wP1hwx",
"writeToken": "tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi",
"awaitCommitConfirmation": false
});
{
"id": "iq__26gUWeQaKPn9XBrvyHDQi5wP1hwx",
"hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"write_token": "tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi",
"type": "hq__6rQT55Awj6t6kT4jHRFya6rwQVArGsth4KMeNzFEfkCyxDkQY54ME4jMetQQWjwiyDv6YmrE35"
}
async FinalizeContentObject({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"writeToken": "tqw_5GguoopBqsdB4y9DV2sJWdJrjkb9TwGCJ"
});
{
"id": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"hash": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"write_token": "tqw_5GguoopBqsdB4y9DV2sJWdJrjkb9TwGCJ",
"type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
}
async FinalizeContentObject({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"writeToken": "tqw_HuXPPs7zKjGx1CAht2FVfszWitMZaMWXT",
"awaitCommitConfirmation": false
});
{
"id": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"hash": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"write_token": "tqw_HuXPPs7zKjGx1CAht2FVfszWitMZaMWXT",
"type": "hq__Kru6PPKc9erztaxvcDNyUii6LmG9cXjMee2pcPQKwMz6ntq65AP6yNwsePvJ96sMFvZxb5uNkx"
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_BG3GQ4amZAtADJDePTzF1XQtov12yv5ge"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"write_token": "tqw_BG3GQ4amZAtADJDePTzF1XQtov12yv5ge",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
async FinalizeContentObject({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_3osjvzozhaCGMmF32UCEH2VKkinqFfdHH"
});
{
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"hash": "hq__5UpqmhZ3HArEsr4LMxqFQ7cGNhRqL2t1LKguoa3fZ1NCLjxmvJ2k7kV38FmJvyT92ec1tEpWoK",
"write_token": "tqw_3osjvzozhaCGMmF32UCEH2VKkinqFfdHH",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
}
- Source:
async FinalizePart({libraryId,objectId,writeToken,partWriteToken,encryptionoptional}) → Promise.<object>
Finalize an open part draft
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
ID of the library |
||
objectId |
string |
ID of the object |
||
writeToken |
string |
Write token of the content object draft |
||
partWriteToken |
string |
Write token of the part |
||
encryption |
string |
<optional> |
none |
Desired encryption scheme. Options: 'none (default)', 'cgck' |
Examples
async FinalizePart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"writeToken": "tqw_Cxgvqe2bTSUThQR1Te2YdAePUsd1PMxeK",
"partWriteToken": "tqpwGajkg852qPS2hc6nHcc6o69PtLrJfFKGo",
"encryption": "none"
});
{
"content": {
"id": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"write_token": "tqw_Cxgvqe2bTSUThQR1Te2YdAePUsd1PMxeK",
"type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
},
"part": {
"hash": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o",
"size": 101254
}
}
async FinalizePart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_PobeAWQkUwnLx1QEekaKMJybhriBQeKwy",
"partWriteToken": "tqpw7BoMEum8x9rtg49JtaJ8oRFRRbCK168NU",
"encryption": "none"
});
{
"content": {
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_PobeAWQkUwnLx1QEekaKMJybhriBQeKwy",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
},
"part": {
"hash": "hqp_98oTyxYcSNoYWD4KhBNhCW6Nhqttkg3XBfAGXPXsU5zuDrys",
"size": 100000
}
}
async FinalizePart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_BaC8YtTwSPshpKGNXvskGovaoC9SSEBTW",
"partWriteToken": "tqpw3RR2ezipR8CoZfRLhHkiFcWVhVcxubcJw",
"encryption": "cgck"
});
{
"content": {
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_BaC8YtTwSPshpKGNXvskGovaoC9SSEBTW",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
},
"part": {
"hash": "hqpeJCGU6mVVBE5sFyGnn31ZjQtawiUhnLF8rpCDrHDT24rsvGow",
"size": 102657
}
}
async FinalizePart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"partWriteToken": "tqpwQ42ndp9pEvV7AjWK1KJvkMWx15rkTg4Cy"
});
{
"content": {
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
},
"part": {
"hash": "hqp_Pt4cgjsJmkk1wZV4yuyw6cE58zidHKDvYy9RDQ5cWujtX7ob",
"size": 100000
}
}
async FinalizePart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"partWriteToken": "tqpw7UZpiFV4NAndRwThfbUjZxjttXnYeGgT8",
"encryption": "cgck"
});
{
"content": {
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
},
"part": {
"hash": "hqpe4S7YdkCyiiWxjGhu91DrLyBECFfF8XtWpfCf4aULKRuXECEZ",
"size": 104970
}
}
- Source:
async FinalizeStateChannelAccess({objectIdoptional,versionHashoptional,percentComplete})
Finalize state channel access
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
objectId |
string |
<optional> |
ID of the object |
versionHash |
string |
<optional> |
Version hash of the object |
percentComplete |
number |
Completion percentage of the content |
- Source:
FormatContractArguments({abi,methodName,args}) → Array.<string>
Format the arguments to be used for the specified method of the contract
Parameters:
| Name | Type | Description |
|---|---|---|
abi |
Object |
ABI of contract |
methodName |
string |
Name of method for which arguments will be formatted |
args |
Array.<string> |
List of arguments |
Examples
FormatContractArguments({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
}
],
"methodName": "accessRequest",
"args": [
0,
"0x0472eb9b59d04f23de4783e21172dcfbbe7f7a48da62dfa96312d154782d76b219bb4cffb08ef1929a1b11e44c498624adb7c4a168e6834dc903d067f095606aab",
"",
[],
[]
]
});
[
0,
"0x0472eb9b59d04f23de4783e21172dcfbbe7f7a48da62dfa96312d154782d76b219bb4cffb08ef1929a1b11e44c498624adb7c4a168e6834dc903d067f095606aab",
"",
[],
[]
]
FormatContractArguments({
"abi": [
{
"constant": true,
"inputs": [],
"name": "STATUS_PUBLISHED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "payee",
"type": "address"
},
{
"name": "label",
"type": "string"
},
{
"name": "amount",
"type": "uint256"
}
],
"name": "processRequestPayment",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "requestMap",
"outputs": [
{
"name": "originator",
"type": "address"
},
{
"name": "amountPaid",
"type": "uint256"
},
{
"name": "status",
"type": "int8"
},
{
"name": "settled",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentContractAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "visibility",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentType",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "statusCodeDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "getAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "setStatusCode",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "score_pct",
"type": "uint256"
},
{
"name": "ml_out_hash",
"type": "bytes32"
}
],
"name": "accessComplete",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canEdit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "updateStatus",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requestID",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "level",
"type": "uint8"
},
{
"name": "pke_requestor",
"type": "string"
},
{
"name": "pke_AFGH",
"type": "string"
},
{
"name": "custom_values",
"type": "bytes32[]"
},
{
"name": "stakeholders",
"type": "address[]"
}
],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "visibility_code",
"type": "uint8"
}
],
"name": "setVisibility",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "libraryAddress",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "setAccessRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "addr",
"type": "address"
}
],
"name": "setContentContractAddress",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "request_ID",
"type": "uint256"
},
{
"name": "access_granted",
"type": "bool"
},
{
"name": "re_key",
"type": "string"
},
{
"name": "encrypted_AES_key",
"type": "string"
}
],
"name": "accessGrant",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "CAN_EDIT",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "charge",
"type": "uint256"
}
],
"name": "setAccessCharge",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "statusDescription",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"name": "content_space",
"type": "address"
},
{
"name": "lib",
"type": "address"
},
{
"name": "content_type",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "containingLibrary",
"type": "address"
}
],
"name": "ContentObjectCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentType",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "contentHash",
"type": "string"
},
{
"indexed": false,
"name": "pkeRequestor",
"type": "string"
},
{
"indexed": false,
"name": "pkeAFGH",
"type": "string"
}
],
"name": "AccessRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "access_granted",
"type": "bool"
},
{
"indexed": false,
"name": "reKey",
"type": "string"
},
{
"indexed": false,
"name": "encryptedAESKey",
"type": "string"
}
],
"name": "AccessGrant",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "customValue",
"type": "bytes32"
}
],
"name": "AccessRequestValue",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "stakeholder",
"type": "address"
}
],
"name": "AccessRequestStakeholder",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "scorePct",
"type": "uint256"
},
{
"indexed": false,
"name": "customContractResult",
"type": "bool"
}
],
"name": "AccessComplete",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentContractAddress",
"type": "address"
}
],
"name": "SetContentContract",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "SetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
}
],
"name": "GetAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "accessCharge",
"type": "uint256"
},
{
"indexed": false,
"name": "amountProvided",
"type": "uint256"
}
],
"name": "InsufficientFunds",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "statusCode",
"type": "int256"
}
],
"name": "SetStatusCode",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestStatus",
"type": "bool"
},
{
"indexed": false,
"name": "statusCode",
"type": "int256"
},
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "Publish",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPreHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "ReturnCustomHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "custom_contract",
"type": "address"
}
],
"name": "InvokeCustomPostHook",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
}
],
"methodName": "accessComplete",
"args": [
{
"_hex": "0x01"
},
90,
""
]
});
[
{
"_hex": "0x01"
},
90,
"0x0000000000000000000000000000000000000000000000000000000000000000"
]
FormatContractArguments({
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canContribute",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
},
{
"name": "content_contract",
"type": "address"
}
],
"name": "addContentType",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "stakeholder",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canConfirm",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "approvalRequestsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeReviewerGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "contentTypeContracts",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addAccessorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "createContent",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "typeHash",
"type": "bytes32"
}
],
"name": "findTypeByHash",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "reviewerGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
},
{
"name": "access_type",
"type": "uint8"
},
{
"name": "access",
"type": "uint8"
}
],
"name": "setGroupRights",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contributorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "candidate",
"type": "address"
}
],
"name": "canNodePublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "validType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "accessorGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "contentObj",
"type": "address"
}
],
"name": "publish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "addressKMS",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "countVersionHashes",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeContributorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "requiresReview",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "confirmCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contributorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "submitApprovalRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "index",
"type": "uint256"
}
],
"name": "getPendingApprovalRequest",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addContributorGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canCommit",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "versionHashes",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "note",
"type": "string"
}
],
"name": "approveContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "approvalRequests",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "reviewerGroups",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "hasAccess",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "_objectHash",
"type": "string"
}
],
"name": "commit",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint256"
}
],
"name": "contentTypes",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "_candidate",
"type": "address"
}
],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "whitelistedType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "key",
"type": "bytes"
}
],
"name": "getMeta",
"outputs": [
{
"name": "",
"type": "bytes"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "updateRequest",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentTypesLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "address_KMS",
"type": "address"
}
],
"name": "setAddressKMS",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "canPublish",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "addReviewerGroup",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "objectHash",
"outputs": [
{
"name": "",
"type": "string"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "key",
"type": "bytes"
},
{
"name": "value",
"type": "bytes"
}
],
"name": "putMeta",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "accessorGroupsLength",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "group",
"type": "address"
}
],
"name": "removeAccessorGroup",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "accessRequest",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_type",
"type": "address"
}
],
"name": "removeContentType",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [
{
"name": "address_KMS",
"type": "address"
},
{
"name": "content_space",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "constructor"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "content_type",
"type": "address"
}
],
"name": "ContentObjectCreated",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ContributorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "ReviewerGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "group",
"type": "address"
}
],
"name": "AccessorGroupRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "operationCode",
"type": "uint256"
},
{
"indexed": false,
"name": "candidate",
"type": "address"
}
],
"name": "UnauthorizedOperation",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "submitter",
"type": "address"
}
],
"name": "ApproveContentRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentAddress",
"type": "address"
},
{
"indexed": false,
"name": "approved",
"type": "bool"
},
{
"indexed": false,
"name": "note",
"type": "string"
}
],
"name": "ApproveContent",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
},
{
"indexed": false,
"name": "contentContract",
"type": "address"
}
],
"name": "ContentTypeAdded",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "contentType",
"type": "address"
}
],
"name": "ContentTypeRemoved",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "CommitPending",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "UpdateRequest",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "objectHash",
"type": "string"
}
],
"name": "VersionConfirm",
"type": "event"
},
{
"anonymous": false,
"inputs": [],
"name": "AccessRequest",
"type": "event"
}
],
"methodName": "accessRequest",
"args": []
});
[]
- Source:
async GenerateStateChannelToken({objectIdoptional,versionHashoptional,noCacheoptional}) → Promise.<string>
Generate a state channel token
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
objectId |
string |
<optional> |
ID of the object |
|
versionHash |
string |
<optional> |
Version hash of the object |
|
noCache |
boolean |
<optional> |
false |
If specified, a new state channel token will be generated regardless whether or not one has been previously cached |
- Source:
GenerateWallet() → ElvWallet
Generate a new ElvWallet that is connected to the client's provider
Example
GenerateWallet();
{
"provider": {
"ready": "<Promise>",
"_lastBlockNumber": -2,
"_balances": {},
"_events": [],
"_pollingInterval": 4000,
"_emitted": {
"block": -2
},
"_fastQueryDate": 1573512246861,
"connection": {
"url": "https://host-35-233-145-232.test.contentfabric.io/eth/"
},
"_network": {
"chainId": 955210,
"name": "unknown"
},
"_fastBlockNumberPromise": "<Promise>",
"_fastBlockNumber": 117015
},
"signers": {}
}
- Source:
async GetBalance({address}) → Promise.<string>
Get the balance (in ether) of the specified address
Parameters:
| Name | Type | Description |
|---|---|---|
address |
string |
Address to query |
Examples
async GetBalance({
"address": "0x640ef5a38971208959d1b954b684cBEFeC7c3602"
});
"10.0"
async GetBalance({
"address": "0x640ef5a38971208959d1b954b684cBEFeC7c3602"
});
"9.964129368"
async GetBalance({
"address": "0x9e8d8b76b0d624519c5518819f29158879580c1a"
});
"0.01"
async GetBalance({
"address": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36"
});
"49.340823544"
- Source:
async LibraryContentTypes({libraryId}) → Promise.<Object>
Retrieve the allowed content types for the specified library.
Note: If no content types have been set on the library, all types are allowed, but an empty hash will be returned.
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library |
Examples
async LibraryContentTypes({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY"
});
{}
async LibraryContentTypes({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY"
});
{
"iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB": {
"id": "iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB",
"hash": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67",
"name": "Test Content Type a432aafb64ff9ffa8b10",
"meta": {
"name": "Test Content Type a432aafb64ff9ffa8b10",
"public": {
"name": "Test Content Type a432aafb64ff9ffa8b10"
}
}
}
}
- Source:
async LinkData({libraryIdoptional,objectIdoptional,versionHashoptional,linkPath,formatoptional})
Retrieve the data at the specified link in the specified format
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
<optional> |
ID of an library |
|
objectId |
string |
<optional> |
ID of an object |
|
versionHash |
string |
<optional> |
Hash of an object version |
|
linkPath |
string |
Path to the content object link |
||
format |
string |
<optional> |
json |
Format of the response |
Examples
async LinkData({
"libraryId": "ilib2LvHjZsdDbiYq2maBpBSFamsXL4t",
"objectId": "iq__2uPk2Ljb9qgkynEYd8DU7SQddvTv",
"linkPath": "myLink",
"format": "arrayBuffer"
});
<ArrayBuffer 100000>
async LinkData({
"libraryId": "ilib2LvHjZsdDbiYq2maBpBSFamsXL4t",
"objectId": "iq__2uPk2Ljb9qgkynEYd8DU7SQddvTv",
"linkPath": "links/myLink2",
"format": "arrayBuffer"
});
<ArrayBuffer 100000>
- Source:
async LinkTarget({libraryIdoptional,objectIdoptional,versionHashoptional,linkPath}) → Promise.<string>
Retrieve the version hash of the specified link's target. If the target is the same as the specified object, will return the latest version hash.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
<optional> |
ID of an library |
objectId |
string |
<optional> |
ID of an object |
versionHash |
string |
<optional> |
Hash of an object version |
linkPath |
string |
Path to the content object link |
Examples
async LinkTarget({
"libraryId": "ilib2UfL3N3NDK4iaZTPu6dx4x29mR7m",
"objectId": "iq__22aSExu62hxykHtBG1QhS9fEKzMQ",
"linkPath": "myLink"
});
"hq__DseTrohkWGA58QHfyFdBCyW9i5sTuiiXZwhHJMzVGNsj6891VHgeERFACfrW3ovQPyYeYBqZN2"
async LinkTarget({
"libraryId": "ilib2UfL3N3NDK4iaZTPu6dx4x29mR7m",
"objectId": "iq__22aSExu62hxykHtBG1QhS9fEKzMQ",
"linkPath": "links/myLink2"
});
"hq__DseTrohkWGA58QHfyFdBCyW9i5sTuiiXZwhHJMzVGNsj6891VHgeERFACfrW3ovQPyYeYBqZN2"
- Source:
async LinkUrl({libraryIdoptional,objectIdoptional,versionHashoptional,linkPath,mimeTypeoptional,queryParamsoptional,noCacheoptional}) → Promise.<string>
Generate a URL to the specified file link with appropriate authentication
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
<optional> |
ID of an library |
|
objectId |
string |
<optional> |
ID of an object |
|
versionHash |
string |
<optional> |
Hash of an object version |
|
linkPath |
string |
Path to the content object link |
||
mimeType |
string |
<optional> |
Mime type to use when rendering the file |
|
queryParams |
Object |
<optional> |
Query params to add to the URL |
|
noCache |
boolean |
<optional> |
false |
If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached. |
Examples
async LinkUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"linkPath": "myLink",
"mimeType": "application/octet-stream"
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX/meta/myLink?resolve=true&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4MTQ5OTJjODEzYjZkMjUzYTM5NmY0YTM4MzI1ZDQ3ZGZiMTA1NjQ0MmExZGVlYTBmOTQwZmY0OTFlNzdmZWUyNyIsInFsaWJfaWQiOiJpbGliMzZKU0M2SnJidHVGQTNjQng5N0o3NnRkdXZNWSJ9.RVMyNTZLXzR1ZE1BSndQYTVoUzNkcGNGN0NXZk40bVJ2QkdGd1VaVURhQmVMNG9QZkoxeGJYazhITG0yRUw1eWR1VmZ5Q2NrWGloUGhqVVRKemE3N3FWSnhSaVpwcnlI&header-accept=application%2Foctet-stream"
async LinkUrl({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"linkPath": "links/myLink2",
"mimeType": "image/*"
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX/meta/links/myLink2?resolve=true&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4MTQ5OTJjODEzYjZkMjUzYTM5NmY0YTM4MzI1ZDQ3ZGZiMTA1NjQ0MmExZGVlYTBmOTQwZmY0OTFlNzdmZWUyNyIsInFsaWJfaWQiOiJpbGliMzZKU0M2SnJidHVGQTNjQng5N0o3NnRkdXZNWSJ9.RVMyNTZLXzR1ZE1BSndQYTVoUzNkcGNGN0NXZk40bVJ2QkdGd1VaVURhQmVMNG9QZkoxeGJYazhITG0yRUw1eWR1VmZ5Q2NrWGloUGhqVVRKemE3N3FWSnhSaVpwcnlI&header-accept=image%2F%2A"
- Source:
async ListFiles({libraryIdoptional,objectIdoptional,versionHashoptional})
List the file information about this object
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
objectId |
string |
<optional> |
ID of the object |
versionHash |
string |
<optional> |
Hash of the object version - if not specified, most recent version will be used |
Example
async ListFiles({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX"
});
{
".": {
"type": "directory"
},
"s3-copy": {
".": {
"ingest": {
"etag": "5c689030274ecfd14a815c8672b9f723-12",
"path": "/eluvio-mez-test/ENTIRE_CREED_2min_.mp4",
"size": 97944174,
"type": "key"
},
"parts": [
2,
3,
4
],
"size": 97944174
}
},
"s3-reference": {
".": {
"reference": {
"etag": "5c689030274ecfd14a815c8672b9f723-12",
"path": "/eluvio-mez-test/ENTIRE_CREED_2min_.mp4",
"size": 97944174,
"type": "key"
},
"size": 97944174
}
},
"testDirectory": {
".": {
"type": "directory"
},
"File 1": {
".": {
"parts": [
0
],
"size": 100000
}
},
"File 2": {
".": {
"parts": [
1
],
"size": 100000
}
}
}
}
- Source:
async LROStatus({libraryId,objectId}) → Promise.<Object>
Retrieve status information for a long running operation (LRO) on the given object.
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library |
objectId |
string |
ID of the object |
Examples
async LROStatus({
"libraryId": "ilib43HtXFiDvzMnTVKhPiVmPTfg7Hpb",
"objectId": "iq__qRVUqYeodSRyoMyLw5C7HFnKGQB"
});
{
"884ae92d-d026-4225-a8e4-8bc489b56c7f": {
"duration": 443,
"duration_ms": 0,
"progress": {
"percentage": 0
},
"run_state": "running",
"start": "2019-11-12T19:14:28Z"
},
"adc3d4ce-7b67-4a11-8808-270ce995fcac": {
"duration": 497,
"duration_ms": 0,
"progress": {
"percentage": 0
},
"run_state": "running",
"start": "2019-11-12T19:14:28Z"
}
}
async LROStatus({
"libraryId": "ilib43HtXFiDvzMnTVKhPiVmPTfg7Hpb",
"objectId": "iq__qRVUqYeodSRyoMyLw5C7HFnKGQB"
});
{
"884ae92d-d026-4225-a8e4-8bc489b56c7f": {
"duration": 443,
"duration_ms": 0,
"progress": {
"percentage": 0
},
"run_state": "running",
"start": "2019-11-12T19:14:28Z"
},
"adc3d4ce-7b67-4a11-8808-270ce995fcac": {
"duration": 14551186937,
"duration_ms": 14551,
"end": "2019-11-12T19:14:43Z",
"progress": {
"percentage": 100
},
"run_state": "finished",
"start": "2019-11-12T19:14:28Z"
}
}
async LROStatus({
"libraryId": "ilib43HtXFiDvzMnTVKhPiVmPTfg7Hpb",
"objectId": "iq__qRVUqYeodSRyoMyLw5C7HFnKGQB"
});
{
"884ae92d-d026-4225-a8e4-8bc489b56c7f": {
"duration": 38601532888,
"duration_ms": 38601,
"end": "2019-11-12T19:15:07Z",
"progress": {
"percentage": 100
},
"run_state": "finished",
"start": "2019-11-12T19:14:28Z"
},
"adc3d4ce-7b67-4a11-8808-270ce995fcac": {
"duration": 14551186937,
"duration_ms": 14551,
"end": "2019-11-12T19:14:43Z",
"progress": {
"percentage": 100
},
"run_state": "finished",
"start": "2019-11-12T19:14:28Z"
}
}
- Source:
async MergeMetadata({libraryId,objectId,writeToken,metadata,metadataSubtreeoptional})
Merge specified metadata into existing content object metadata
- POST /qlibs/:qlibid/q/:write_token/meta
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the library |
|
objectId |
string |
ID of the object |
|
writeToken |
string |
Write token of the draft |
|
metadata |
Object |
New metadata to merge |
|
metadataSubtree |
string |
<optional> |
Subtree of the object metadata to modify |
Examples
async MergeMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"writeToken": "tqw_Cxgvqe2bTSUThQR1Te2YdAePUsd1PMxeK",
"metadata": {
"image": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o"
}
});
<No Return Value>
async MergeMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"writeToken": "tqw_Cxgvqe2bTSUThQR1Te2YdAePUsd1PMxeK",
"metadataSubtree": "public",
"metadata": {
"image": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o"
}
});
<No Return Value>
async MergeMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_PixxbQ9obpXSRiSxMupfRQXkNi5oRZykm",
"metadataSubtree": "toMerge",
"metadata": {
"new": "metadata"
}
});
<No Return Value>
async MergeMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_BaC8YtTwSPshpKGNXvskGovaoC9SSEBTW",
"metadata": {
"eluv.caps.iusr2uZvgHeZw17D6zcbiMfD6tKcjb1o": "BEa+kUS1jB10uyMlzsIxPDUsD+qL0BOreHOlR7/7tb8b0NG5o5KwicwYE4lJTf688TDZ1TNq5u+V3hdMJmPHzP7qIFja819e4PwgtFu0HLOA+KD7CunwE6BprTdjaG7X/7inKwTz6iS5aOUn7gAu+oiLC9u84OpauxaxQbSGTmPWsw8K3aM1vOaJZmeL0F81VsFSNO7HVW1iz+h8QYf9cObgbbu949Qasm1cvIZNk26f9unhZ3Sqvcf9lqqyNgo2cBHdDCpFKXGWxBFfCkSTnCwoyobsTG1Acuu0U6+RY1E+bWNRPSnVrKIdeZsiY+tOP3Vv6UbdELg8a9SAuMFczdetVDTzObUR3fe5V5Y9elC+HMCZ2a912aWKZu3mK/EJm28MIfREXHTdqz8dp9RUAxuONvdGCtifVeTDbseNhY2ed5oFjypmQqxR1dnDzxZVHvb/26aZpOtyk8QFfFvQZrKtorYzx7tlGW2NN+YuHWAk",
"eluv.caps.ikms2s41ivY1BDJ8K5PJyAtTtJZQcHZ": "BEa+kUS1jB10uyMlzsIxPDUsD+qL0BOreHOlR7/7tb8b0NG5o5KwicwYE4lJTf688TDZ1TNq5u+V3hdMJmPHzP40KwwjnLMUjXHWDCTU0J0j8aTEaA5aT8VxwtxzIUlQQslyajtQDwyNuI/M3x8jkKs3g4NMIQbJfMGgflP3LA9saBJ32Qgvd+lGyjq9u/Jes1ul3Cl5kLK04uhi0UZ2UIPoap9uINcZKdRBI+wZTIxztdVcUXnoAhni5Bhs66oYddeI/bDtuDGKi40z4HJve7vfoQHPzK2BUTiPM+TQMm6mznmiEkmDAbDWGlCXh9ZNZdBR1tFjutwuYVs2d0IusNBMqxK0u3DfQnJjATqutjcO228lkC+HaLAHt1G8hi5HH7HGtqZugZidVg7O28CB3JrFWNNktxw4TtG0Q1VCQkg718+RHTAe+So0R+dqTYjad1H2vtRpxGmOzUpNW9snmjSxM5phyKGd9tb3UVSnLm6z"
}
});
<No Return Value>
async MergeMetadata({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__26gUWeQaKPn9XBrvyHDQi5wP1hwx",
"writeToken": "tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi",
"metadata": {
"name": "Production Master Test",
"description": "Production Master Test Description",
"public": {
"name": "Production Master Test",
"description": "Production Master Test Description"
},
"elv_created_at": 1573512296521,
"test": "master"
}
});
<No Return Value>
async MergeMetadata({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"writeToken": "tqw_5GguoopBqsdB4y9DV2sJWdJrjkb9TwGCJ",
"metadata": {
"master": {
"name": "Production Master Test",
"id": "iq__26gUWeQaKPn9XBrvyHDQi5wP1hwx",
"hash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"variant": "default"
},
"name": "Mezzanine Test",
"description": "Mezzanine Test Description",
"public": {
"name": "Mezzanine Test",
"description": "Mezzanine Test Description"
},
"elv_created_at": 1573512304313,
"test": "mezzanine"
}
});
<No Return Value>
- Source:
async NodeId({region}) → Promise.<string>
Retrieve the node ID reported by the fabric for the specified region
Note: Client must have been initialized with FromConfiguration
Parameters:
| Name | Type | Description |
|---|---|---|
region |
string |
Region from which to retrieve the node ID |
- Source:
Nodes() → Promise.<Object>
Retrieve the fabric and ethereum nodes currently used by the client, in preference order
- Source:
async PlayoutOptions({objectIdoptional,versionHashoptional,protocols,drms})
Retrieve playout options for the specified content that satisfy the given protocol and DRM requirements
If only objectId is specified, latest version will be played. To retrieve playout options for a specific version of the content, provide the versionHash parameter (in which case objectId is unnecessary)
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
objectId |
string |
<optional> |
Id of the content |
versionHash |
string |
<optional> |
Version hash of the content |
protocols |
Array.<string> |
Acceptable playout protocols |
|
drms |
Array.<string> |
Acceptable DRM formats |
Examples
async PlayoutOptions({
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"protocols": [
"hls",
"dash"
],
"drms": [
"widevine",
"aes-128"
]
});
{
"dash": {
"playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib2xKLSTREbeKmtvNGymye7aBsPCJd/q/hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX/rep/playout/default/dash-widevine/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCIsImFkZHIiOiIweDY0MGVmNWEzODk3MTIwODk1OWQxYjk1NGI2ODRjQkVGZUM3YzM2MDIiLCJxaWQiOiJpcV9fVEVxSjR5YVpidGFDZkxuM3o1ZjNZdUxWNzhYIiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzM1MTIzNTgsImV4cCI6MTU3MzU5ODc1OCwiYXV0aF9zaWciOiJFUzI1NktfREo4aHlyYjk1WDdxZ3hSQ2JCTndnMWsyTURHY2l4ajhaZ3Q1WTJ4M2lYVkw3UEptbnh5TTFqNGNoZE1ZRnJ2a1pLaTJzS0c1NzNYYVRiV3N4UEgxVUp0YTQiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX01MVWZ3d3VxQVZyaTNRMmZVUWNCWTFuc0ZXRkVKb2FKMWhhY1ZDRlNkQmZiUlRTdmhIa24zaXZ0NzRMeXdZMVlSVENXUlFDWXBxWWFQdjlDMnpRc0Z1cWJo",
"drms": {
"widevine": {
"licenseServers": [
"https://host-35-237-243-135.test.contentfabric.io/wv/?qhash=hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"https://host-35-236-19-5.test.contentfabric.io/wv/?qhash=hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"https://host-35-226-231-183.test.contentfabric.io/wv/?qhash=hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX"
]
}
}
},
"hls": {
"playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib2xKLSTREbeKmtvNGymye7aBsPCJd/q/hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX/rep/playout/default/hls-aes128/playlist.m3u8?player_profile=hls-js&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCIsImFkZHIiOiIweDY0MGVmNWEzODk3MTIwODk1OWQxYjk1NGI2ODRjQkVGZUM3YzM2MDIiLCJxaWQiOiJpcV9fVEVxSjR5YVpidGFDZkxuM3o1ZjNZdUxWNzhYIiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzM1MTIzNTgsImV4cCI6MTU3MzU5ODc1OCwiYXV0aF9zaWciOiJFUzI1NktfREo4aHlyYjk1WDdxZ3hSQ2JCTndnMWsyTURHY2l4ajhaZ3Q1WTJ4M2lYVkw3UEptbnh5TTFqNGNoZE1ZRnJ2a1pLaTJzS0c1NzNYYVRiV3N4UEgxVUp0YTQiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX01MVWZ3d3VxQVZyaTNRMmZVUWNCWTFuc0ZXRkVKb2FKMWhhY1ZDRlNkQmZiUlRTdmhIa24zaXZ0NzRMeXdZMVlSVENXUlFDWXBxWWFQdjlDMnpRc0Z1cWJo",
"drms": {
"aes-128": {}
}
}
}
async PlayoutOptions({
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"protocols": [
"hls",
"dash"
],
"drms": [
"widevine",
"aes-128"
],
"hlsjsProfile": false
});
{
"dash": {
"playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib2xKLSTREbeKmtvNGymye7aBsPCJd/q/hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX/rep/playout/default/dash-widevine/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCIsImFkZHIiOiIweDY0MGVmNWEzODk3MTIwODk1OWQxYjk1NGI2ODRjQkVGZUM3YzM2MDIiLCJxaWQiOiJpcV9fVEVxSjR5YVpidGFDZkxuM3o1ZjNZdUxWNzhYIiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzM1MTIzNTgsImV4cCI6MTU3MzU5ODc1OCwiYXV0aF9zaWciOiJFUzI1NktfREo4aHlyYjk1WDdxZ3hSQ2JCTndnMWsyTURHY2l4ajhaZ3Q1WTJ4M2lYVkw3UEptbnh5TTFqNGNoZE1ZRnJ2a1pLaTJzS0c1NzNYYVRiV3N4UEgxVUp0YTQiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX01MVWZ3d3VxQVZyaTNRMmZVUWNCWTFuc0ZXRkVKb2FKMWhhY1ZDRlNkQmZiUlRTdmhIa24zaXZ0NzRMeXdZMVlSVENXUlFDWXBxWWFQdjlDMnpRc0Z1cWJo",
"drms": {
"widevine": {
"licenseServers": [
"https://host-35-237-243-135.test.contentfabric.io/wv/?qhash=hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"https://host-35-236-19-5.test.contentfabric.io/wv/?qhash=hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"https://host-35-226-231-183.test.contentfabric.io/wv/?qhash=hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX"
]
}
}
},
"hls": {
"playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib2xKLSTREbeKmtvNGymye7aBsPCJd/q/hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX/rep/playout/default/hls-aes128/playlist.m3u8?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCIsImFkZHIiOiIweDY0MGVmNWEzODk3MTIwODk1OWQxYjk1NGI2ODRjQkVGZUM3YzM2MDIiLCJxaWQiOiJpcV9fVEVxSjR5YVpidGFDZkxuM3o1ZjNZdUxWNzhYIiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzM1MTIzNTgsImV4cCI6MTU3MzU5ODc1OCwiYXV0aF9zaWciOiJFUzI1NktfREo4aHlyYjk1WDdxZ3hSQ2JCTndnMWsyTURHY2l4ajhaZ3Q1WTJ4M2lYVkw3UEptbnh5TTFqNGNoZE1ZRnJ2a1pLaTJzS0c1NzNYYVRiV3N4UEgxVUp0YTQiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX01MVWZ3d3VxQVZyaTNRMmZVUWNCWTFuc0ZXRkVKb2FKMWhhY1ZDRlNkQmZiUlRTdmhIa24zaXZ0NzRMeXdZMVlSVENXUlFDWXBxWWFQdjlDMnpRc0Z1cWJo",
"drms": {
"aes-128": {}
}
}
}
async PlayoutOptions({
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"protocols": [
"hls",
"dash"
],
"drms": []
});
{
"dash": {
"playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib2xKLSTREbeKmtvNGymye7aBsPCJd/q/hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX/rep/playout/default/dash-clear/dash.mpd?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCIsImFkZHIiOiIweDY0MGVmNWEzODk3MTIwODk1OWQxYjk1NGI2ODRjQkVGZUM3YzM2MDIiLCJxaWQiOiJpcV9fVEVxSjR5YVpidGFDZkxuM3o1ZjNZdUxWNzhYIiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzM1MTIzNTgsImV4cCI6MTU3MzU5ODc1OCwiYXV0aF9zaWciOiJFUzI1NktfREo4aHlyYjk1WDdxZ3hSQ2JCTndnMWsyTURHY2l4ajhaZ3Q1WTJ4M2lYVkw3UEptbnh5TTFqNGNoZE1ZRnJ2a1pLaTJzS0c1NzNYYVRiV3N4UEgxVUp0YTQiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX01MVWZ3d3VxQVZyaTNRMmZVUWNCWTFuc0ZXRkVKb2FKMWhhY1ZDRlNkQmZiUlRTdmhIa24zaXZ0NzRMeXdZMVlSVENXUlFDWXBxWWFQdjlDMnpRc0Z1cWJo"
},
"hls": {
"playoutUrl": "https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib2xKLSTREbeKmtvNGymye7aBsPCJd/q/hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX/rep/playout/default/hls-clear/playlist.m3u8?player_profile=hls-js&authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsInFsaWJfaWQiOiJpbGliMnhLTFNUUkViZUttdHZOR3lteWU3YUJzUENKZCIsImFkZHIiOiIweDY0MGVmNWEzODk3MTIwODk1OWQxYjk1NGI2ODRjQkVGZUM3YzM2MDIiLCJxaWQiOiJpcV9fVEVxSjR5YVpidGFDZkxuM3o1ZjNZdUxWNzhYIiwiZ3JhbnQiOiJyZWFkIiwidHhfcmVxdWlyZWQiOmZhbHNlLCJpYXQiOjE1NzM1MTIzNTgsImV4cCI6MTU3MzU5ODc1OCwiYXV0aF9zaWciOiJFUzI1NktfREo4aHlyYjk1WDdxZ3hSQ2JCTndnMWsyTURHY2l4ajhaZ3Q1WTJ4M2lYVkw3UEptbnh5TTFqNGNoZE1ZRnJ2a1pLaTJzS0c1NzNYYVRiV3N4UEgxVUp0YTQiLCJhZmdoX3BrIjoiIn0%3D.RVMyNTZLX01MVWZ3d3VxQVZyaTNRMmZVUWNCWTFuc0ZXRkVKb2FKMWhhY1ZDRlNkQmZiUlRTdmhIa24zaXZ0NzRMeXdZMVlSVENXUlFDWXBxWWFQdjlDMnpRc0Z1cWJo"
}
}
- Source:
async Proofs({libraryIdoptional,objectIdoptional,versionHashoptional,partHash}) → Promise.<Object>
Get the proofs associated with a given part
- GET /qlibs/:qlibid/q/:qhit/data/:qparthash/proofs
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
objectId |
string |
<optional> |
ID of the object |
versionHash |
string |
<optional> |
Hash of the object version - If not specified, latest version will be used |
partHash |
string |
Hash of the part |
Example
async Proofs({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"partHash": "hqp_98oTyxYcSNoYWD4KhBNhCW6Nhqttkg3XBfAGXPXsU5zuDrys"
});
{
"root_hash": "16b1b61967ed5e1bee63e04d37c90039989a8cdcbc37a5cfc39691f9d5a8f945",
"proofs": [
{
"byte_beg": 0,
"byte_end": 99999,
"proof": [
"16b1b61967ed5e1bee63e04d37c90039989a8cdcbc37a5cfc39691f9d5a8f945"
]
}
],
"proof_data": {
"16b1b61967ed5e1bee63e04d37c90039989a8cdcbc37a5cfc39691f9d5a8f945": "+FyhIFGGQhMWWCfGYexpdDL0i7MTzTbcWoYgFV3w+r/p0f+iuDgAAAAAAAAAAAAAAAAAAAAAn4YBAAAAAABRhkITFlgnxmHsaXQy9IuzE8023FqGIBVd8Pq/6dH/og=="
}
}
- Source:
async PublicRep({libraryIdoptional,objectIdoptional,versionHashoptional,rep,queryParamsoptional}) → Promise.<string>
Generate a URL to the specified /public endpoint of a content object. URL includes authorization token.
Alias for the FabricUrl method with the "rep" parameter
- FabricUrl for creating arbitrary fabric URLs
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
objectId |
string |
<optional> |
ID of the object |
versionHash |
string |
<optional> |
Hash of the object version - if not specified, latest version will be used |
rep |
string |
Representation to use |
|
queryParams |
Object |
<optional> |
Query params to add to the URL |
- Source:
async PublishContentVersion({libraryId,objectId,versionHash,awaitCommitConfirmationoptional})
Publish a previously finalized content object version
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
ID of the library |
||
objectId |
string |
ID of the object |
||
versionHash |
string |
The version hash of the content object to publish |
||
awaitCommitConfirmation |
boolean |
<optional> |
true |
If specified, will wait for the publish commit to be confirmed. |
Examples
async PublishContentVersion({
"objectId": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS",
"versionHash": "hq__HnusdtEe7rQniFXXdBFMh7yhfpjRHieVaH2uFWBaRnhrePKkZ88AEEninZa2rziah2psGxsjrz",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__324Vj3vvf744b3bwhdcbNnsHxTKf",
"versionHash": "hq__DejzgXH1MZP1PdfJ3oSpnQUZ7zeo3p8US8f2ioKAcdEow8vZykccsr8TL2Mt87zyvUVj3Ep1MB",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB",
"versionHash": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"versionHash": "hq__HQq8PboyWbPVYSs1yxekRNnLmmneTAyzMfZJU7XJbiHBoGhkHvvC9Zq1wto4SeFmwbCAKNRwqL",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"versionHash": "hq__JeSZKVLKoFc2bVxZY89q1QmKam5d76qvaXHi3yuMKb91hUhzvqKY5eRCHTmVjMSRaZ6EnSFjJz",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__JVFWnBr27fYY5wBggFu7jERLPnj9MCnvNg8WfxHFVRgC2RGc1EPYEjPANeFZNe1uMzHbNfs5b7",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__Ghv8mib52SPC53QypzkQ8gg4bSSJwoBjkZVFyUV31vu1KvJfkSpuZ2BZo23yKYEynbKXj7arkq",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3tjQd5qiYgaSdSzryShwHXijt9vj",
"versionHash": "hq__Euw5p22CSanyLL625Q5QcPfKRVuzQNwHAGRBCJTrCFiDkmUpUu8dqeanMwMNBmH2iP7TctWTFR",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__aCLCe7n3hN4pZProWRBMgKsNp2z",
"versionHash": "hq__HiCHBBi8jPtxgFstCqfbUHWNr3shvWEWskdxSqBqJX1A2QiezimZdmBQ8qQT7obvSnYS9iZ72N",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__ssHKqoJXyNapAVAX5RDQoxbBVoE",
"versionHash": "hq__CWFTjPZdqS12YTTghrDMG565h159K16DBUwBoVLZJqz5SiynjVkQNE7Q3SE7tVHKuwuFhe5s5S",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__D594xCdf4KrWyiC12T3NUGmuJL4",
"versionHash": "hq__48y5YHNaei9xAWzSKHZXzKifXuRDsusLpRqioMjt6xx8orssrLnydUJ4mUbzP2Wa469Dt49FgQ",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3Ki7K351LE16SpxphTdEv3bfVv2G",
"versionHash": "hq__M12dEDs4ykppmbb17mn6beZzoBG3ZSKS3xmmjUKYeky2bMWtsTJKRjURGC5WaacF4op1QWPnUk",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__2U1ffdjjpWakNpvT6apUuajuuJpZ",
"versionHash": "hq__MYoSDgQfghhUrh6DzT5MhMh5iKWNm7NuPqEDL8UumLQMS6uYN8rBQgMhnakPwedXpwFwhWdF61",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__2DBsGL2Tqf9ZmJj6ev5BDLbjQo7c",
"versionHash": "hq__8VE7eu8AGTv9HE26f3YzMN7n6W8S8u7ku1zB5ZEQVmsCss1K84YauqzTLeCysjkSYwM6eKDoFk",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__M2NQ7KtNKjXzx4HLbZwJrqKkTQM",
"versionHash": "hq__21xStWAXXWMeXjiAzz4XMuxBdGrBxNAEao7eV6brnK3KqfzkhnJjcoVTdHNXneCRU9kqMfNEPK",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__tCWdLzjAh6uxERPyDynbGi74mCH",
"versionHash": "hq__AioL5LPcShsW9duxG79ifKNXnR4xwdkXy7qfmqihMadsLoFe69xvk2XxSN7wDqrfWSKqsrKU5b",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__2qXztggyacGZrmdrMFMU5qxqw18X",
"versionHash": "hq__AGAWNUmhu9nH22JJnJJhNE4g9xSC2Wx3Qy9vgTiD9ubjTPhDMpUzkCwY6HqunzrhF2ojwZpjmD",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__2b2Jie3w2DFbZwuiTv5ifSXbEDXj",
"versionHash": "hq__y8rARBTX8sxWqYsV3BfVmV2eJ7BNPYxNLBWzqNsCXHQy4mGuU9jRDCYMAx7Lgz8m41TibgGds",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__LbL6MnmxSwip4LpLA7x5uGG83tPYC62PNqVyrqaQTksT2Ey3CEQpyXU3voAd3RpKRoRo2QJSsB",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__DQUXnzkYVAgWqXipGRVZYkiEqEN8rYRJwnJJbV8afpfadwKq4mtcAHYuVPKGZSwpnUnNrD2SL1",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__GE8VSRtUXJMTLBi6DUyo1GyymNNSurbURmrnNFdS2WLK2etxniTq9w12gHFSLUiQyGDB5rQguo",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS",
"versionHash": "hq__ETf25uMXywnNeKeup55jrHWk32tDNKVMY1Ufz5v1za7RGzfQNDxLjNtXmEprTemT76unho9xD8",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__589LXVbYHwtGGrSCvJxJEz4M7ppVD726asntg7QxE2DtAMK3yPKigseyApJeTyGciZBMde61a9",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__4wdHSXqRAjpttaRx8HmBrcYqJSr6GA9fm3rEJ8qQFYjA4p18z8aC9t2CfCKezECDvms6HJDosX",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__MG5WZ3RFE5M1vFsiJZ9wSBuGmwz3rmVDxbiK618CX6m441HUk79U4ZZ8VajpN2CoBjdDFttFAq",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__5vehrj8W3UiJ6NUYiJN1josq3EcCudmuEhFnA6hUDbxTP6CKB6fmKzM8ynn4bPLyN29gxtg9MB",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__2xKLSTREbeKmtvNGymye7aBsPCJd",
"versionHash": "hq__nHLHkiRafqGfnzMCACVd4wv4NjHZkVx4j7HBDSW5n9HNXoY8mZYCosf7XyEg8fqPvrAodKAk9",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__26gUWeQaKPn9XBrvyHDQi5wP1hwx",
"versionHash": "hq__GZHAVpZuirWWrawGoggUNjAJZrcfUZi8Gg5bGRkx2dQkCXj4u621M6iaLZY4v2YzVtnRsZixu8",
"awaitCommitConfirmation": false
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"versionHash": "hq__E3z3ZZpM8XSKj5PZS9dqXRYRSWxhHrKKBnW1HgS9fUewYuyoXJQcRuzMX5DkoP2hN2T2BLSs4F",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__TEqJ4yaZbtaCfLn3z5f3YuLV78X",
"versionHash": "hq__HCr5MimpafwpfS9FzuR66EA4UxE23mBQTu17bG1fbP1H9Un7ukXyc4EE4PMjnmmixcbfvq33YX",
"awaitCommitConfirmation": false
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__LFNjwzzuEkJvjEni7QCxZqcTmk5ZW93xKmZmWCzvsAgpUYSiS1bFyYVjMtWTgjhAaXsdk2m2YZ",
"awaitCommitConfirmation": true
});
<No Return Value>
async PublishContentVersion({
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"versionHash": "hq__5UpqmhZ3HArEsr4LMxqFQ7cGNhRqL2t1LKguoa3fZ1NCLjxmvJ2k7kV38FmJvyT92ec1tEpWoK",
"awaitCommitConfirmation": true
});
<No Return Value>
- Source:
async QParts({libraryId,objectId,partHash,format}) → Promise.<Format>
Get part info in CBOR format
- GET /qparts/:qparthash
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library - required for authentication |
objectId |
string |
ID of the object - required for authentication |
partHash |
string |
Hash of the part |
format |
string |
Format to retrieve the response - defaults to Blob |
Examples
async QParts({
"libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
"objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
"partHash": "hqp_QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8",
"format": "arrayBuffer"
});
<ArrayBuffer 106>
async QParts({
"libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
"objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
"partHash": "hqp_QmQNGx4dX7eiQbBffXtrDd6Xg13osamJCVujxVLym5y6SU",
"format": "arrayBuffer"
});
<ArrayBuffer 63>
async QParts({
"libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
"objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
"partHash": "hqp_QmTF5DchL9iNLvtuD4h1W8ZBDZcvPzKePxvzGQfNDUdvdm",
"format": "arrayBuffer"
});
<ArrayBuffer 191>
- Source:
async RemoveAccessGroupManager({contractAddress,memberAddress}) → Promise.<string>
Remove a manager from the access group at the specified contract address. This client's signer must be a manager of the access group.
Parameters:
| Name | Type | Description |
|---|---|---|
contractAddress |
string |
Address of the access group contract |
memberAddress |
string |
Address of the manager to remove |
Example
- Source:
async RemoveAccessGroupMember({contractAddress,memberAddress}) → Promise.<string>
Remove a member from the access group at the specified contract address. This client's signer must be a manager of the access group.
Parameters:
| Name | Type | Description |
|---|---|---|
contractAddress |
string |
Address of the access group contract |
memberAddress |
string |
Address of the member to remove |
Example
- Source:
async RemoveContentLibraryGroup({libraryId,groupAddress,permission})
Remove accessor, contributor or reviewer permissions for the specified group on the specified library
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
The ID of the library |
groupAddress |
string |
The address of the group |
permission |
string |
The type of permission to remove ("accessor", "contributor", "reviewer") |
Example
- Source:
async RemoveLibraryContentType({libraryId,typeIdoptional,typeNameoptional,typeHashoptional}) → Promise.<string>
Remove the specified content type from a library
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the library |
|
typeId |
string |
<optional> |
ID of the content type (required unless typeName is specified) |
typeName |
string |
<optional> |
Name of the content type (required unless typeId is specified) |
typeHash |
string |
<optional> |
Version hash of the content type |
Examples
async RemoveLibraryContentType({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"typeName": "Test Content Type a432aafb64ff9ffa8b10"
});
"0x999067feb177dc955028791a059ab78a1adc9ee39e7900a5dc77bcc1d94a374b"
async RemoveLibraryContentType({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"typeId": "iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB"
});
"0x1eff753627b2df9e4dcf67132f1b0ced25b103255adba21bfbdfa81313ed15f2"
- Source:
async Rep({libraryIdoptional,objectIdoptional,versionHashoptional,rep,queryParamsoptional,channelAuthoptional,noAuthoptional,noCacheoptional}) → Promise.<string>
Generate a URL to the specified /rep endpoint of a content object. URL includes authorization token.
Alias for the FabricUrl method with the "rep" parameter
- FabricUrl for creating arbitrary fabric URLs
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
<optional> |
ID of the library |
|
objectId |
string |
<optional> |
ID of the object |
|
versionHash |
string |
<optional> |
Hash of the object version - if not specified, latest version will be used |
|
rep |
string |
Representation to use |
||
queryParams |
Object |
<optional> |
Query params to add to the URL |
|
channelAuth |
boolean |
<optional> |
false |
If specified, state channel authorization will be performed instead of access request authorization |
noAuth |
boolean |
<optional> |
false |
If specified, authorization will not be performed and the URL will not have an authorization token. This is useful for accessing public assets. |
noCache |
boolean |
<optional> |
false |
If specified, a new access request will be made for the authorization regardless of whether such a request exists in the client cache. This request will not be cached. This option has no effect if noAuth is true. |
Examples
async Rep({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"rep": "image"
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJ0eF9pZCI6IjB4ZDQxZGQ5M2VkNDczYTYyYTNmODMzYWViMmMwOGRmYzYwMjNlNzEyMDkzNzY3YzcwYjI3YzQzYzg1Yzk1MDI2ZCIsInFsaWJfaWQiOiJpbGliMzZKU0M2SnJidHVGQTNjQng5N0o3NnRkdXZNWSJ9.RVMyNTZLXzdHamJTQXhDQTFXNndCNWY1N3VNQ2Q0N1BzOXhkc2J0ZUszMVdENmtzb3Jka0RIcUMxQVRDRUx2R3pBdEdnYncxMThmb1V2cEI5aHR4bUQ1bVR0WWlaR1Vy"
async Rep({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"rep": "image",
"noAuth": true
});
"https://host-35-233-145-232.test.contentfabric.io/qlibs/ilib36JSC6JrbtuFA3cBx97J76tduvMY/q/iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX/rep/image?authorization=eyJxc3BhY2VfaWQiOiJpc3BjMnpxYTRnWjhOM0RIMVFXYWtSMmU1VW93RExGMSIsImFkZHIiOiIweDg4ZDViODFlYTc2NTc3YmVjNDcyYjI2ZTE3ZDM3OTJlZWNmZWNiMzYiLCJxbGliX2lkIjoiaWxpYjM2SlNDNkpyYnR1RkEzY0J4OTdKNzZ0ZHV2TVkifQ%3D%3D.RVMyNTZLXzQya0Npb0JhU05IMzkzU1BoSnBKZEZKRzI4WGc3UXhSZk5pQmg4WHMyYm9VREF1ZXI4dmMzRTVKcGdBMjhEZnZZYTh5cm5EUm1UeXNKdXFLOVFXRUxWOFM3"
- Source:
async ReplaceMetadata({libraryId,objectId,writeToken,metadata,metadataSubtreeoptional})
Replace content object metadata with specified metadata
- PUT /qlibs/:qlibid/q/:write_token/meta
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the library |
|
objectId |
string |
ID of the object |
|
writeToken |
string |
Write token of the draft |
|
metadata |
Object |
New metadata to merge |
|
metadataSubtree |
string |
<optional> |
Subtree of the object metadata to modify |
Examples
async ReplaceMetadata({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS",
"writeToken": "tqw_CptizwXQkDyhr2bWaqoRe8xCn1PNoPbXg",
"metadata": {
"bitcode_flags": "abrmaster",
"bitcode_format": "builtin"
}
});
<No Return Value>
async ReplaceMetadata({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__324Vj3vvf744b3bwhdcbNnsHxTKf",
"writeToken": "tqw_AorKhAQkCQuYLHGhhWxpQF47r9upTAhcN",
"metadata": {
"public": {
"name": "Test Access Group",
"description": "Test Access Group Description"
},
"name": "Test Access Group",
"description": "Test Access Group Description",
"group": "metadata"
}
});
<No Return Value>
async ReplaceMetadata({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__3Vj5UzNZ6yE8aVJzPcRzvGEWtMSB",
"writeToken": "tqw_J57SJZZRu4krtpAa6ScMCytMALdrnnm7",
"metadata": {
"name": "Test Content Type a432aafb64ff9ffa8b10",
"public": {
"name": "Test Content Type a432aafb64ff9ffa8b10"
}
}
});
<No Return Value>
async ReplaceMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"metadata": {
"private": {
"meta": "data"
},
"name": "Test Library a432aafb64ff9ffa8b10",
"description": "Test Library Description",
"public": {
"name": "Test Library a432aafb64ff9ffa8b10",
"description": "Test Library Description"
}
},
"writeToken": "tqw_281tz1dmxQ385oAdLXc965qoCBruu7JLt"
});
<No Return Value>
async ReplaceMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_PixxbQ9obpXSRiSxMupfRQXkNi5oRZykm",
"metadataSubtree": "toReplace",
"metadata": {
"new": "metadata"
}
});
<No Return Value>
async ReplaceMetadata({
"libraryId": "ilib3tjQd5qiYgaSdSzryShwHXijt9vj",
"objectId": "iq__3tjQd5qiYgaSdSzryShwHXijt9vj",
"metadata": {
"name": "Test Object Filtering",
"public": {
"name": "Test Object Filtering"
}
},
"writeToken": "tqw_MJPq1pDuX44U82a6GyD9exEZpYesjeEqd"
});
<No Return Value>
async ReplaceMetadata({
"libraryId": "ilib2zqa4gZ8N3DH1QWakR2e5UowDLF1",
"objectId": "iq__2P1neX5h1gcBMMcqtiKc32pmVjrS",
"writeToken": "tqw_EjEExRb3Q5nD3Mix2yQ9hLCPpb86EQqbU",
"metadataSubtree": "accessed_content/hq__6dHARmU6YdxXf3q2X4UL4kzR8wzCLSTXG1ULGKGPBwjZRFvdiLGd7vnLf8RwfdxgEPsyfuQEHF",
"metadata": 1573512247696
});
<No Return Value>
async ReplaceMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_HGdwQYNvQTE9YuWCA2AMCUoYRXze8KHB7",
"metadataSubtree": "links/myLink2",
"metadata": {
"/": "./files/testDirectory/File 2"
}
});
<No Return Value>
async ReplaceMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_HGdwQYNvQTE9YuWCA2AMCUoYRXze8KHB7",
"metadataSubtree": "myLink",
"metadata": {
"/": "./files/testDirectory/File 1"
}
});
<No Return Value>
async ReplaceMetadata({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__2xKLSTREbeKmtvNGymye7aBsPCJd",
"metadata": {
"abr_profile": {
"ladder_specs": {
"{\"media_type\":\"audio\",\"channels\":2}": {
"rung_specs": [
{
"media_type": "audio",
"bit_rate": 128000,
"pregenerate": true
}
]
},
"{\"media_type\":\"video\",\"aspect_ratio_height\":3,\"aspect_ratio_width\":4}": {
"rung_specs": [
{
"media_type": "video",
"bit_rate": 4900000,
"pregenerate": true,
"height": 1080,
"width": 1452
},
{
"media_type": "video",
"bit_rate": 3375000,
"pregenerate": false,
"height": 720,
"width": 968
},
{
"media_type": "video",
"bit_rate": 1500000,
"pregenerate": false,
"height": 540,
"width": 726
},
{
"media_type": "video",
"bit_rate": 825000,
"pregenerate": false,
"height": 432,
"width": 580
},
{
"media_type": "video",
"bit_rate": 300000,
"pregenerate": false,
"height": 360,
"width": 484
}
]
},
"{\"media_type\":\"video\",\"aspect_ratio_height\":9,\"aspect_ratio_width\":16}": {
"rung_specs": [
{
"media_type": "video",
"bit_rate": 6500000,
"pregenerate": true,
"height": 1080,
"width": 1920
},
{
"media_type": "video",
"bit_rate": 4500000,
"pregenerate": false,
"height": 720,
"width": 1280
},
{
"media_type": "video",
"bit_rate": 2000000,
"pregenerate": false,
"height": 540,
"width": 960
},
{
"media_type": "video",
"bit_rate": 1100000,
"pregenerate": false,
"height": 432,
"width": 768
},
{
"media_type": "video",
"bit_rate": 400000,
"pregenerate": false,
"height": 360,
"width": 640
}
]
}
},
"playout_formats": {
"dash-clear": {
"drm": null,
"protocol": {
"min_buffer_length": 2,
"type": "ProtoDash"
}
},
"dash-widevine": {
"drm": {
"type": "DrmWidevine",
"license_servers": [],
"enc_scheme_name": "cenc",
"content_id": ""
},
"protocol": {
"type": "ProtoDash",
"min_buffer_length": 2
}
},
"hls-aes128": {
"drm": {
"type": "DrmAes128",
"enc_scheme_name": "aes-128"
},
"protocol": {
"type": "ProtoHls"
}
},
"hls-clear": {
"drm": null,
"protocol": {
"type": "ProtoHls"
}
}
},
"segment_specs": {
"audio": {
"segs_per_chunk": 15,
"target_dur": 2
},
"video": {
"segs_per_chunk": 15,
"target_dur": 2.03
}
}
},
"name": "Test Media Library",
"public": {
"name": "Test Media Library"
}
},
"writeToken": "tqw_DcTXZT8YkYCabtY42pb7GC64ZxqSVzHSW"
});
<No Return Value>
async ReplaceMetadata({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_BG3GQ4amZAtADJDePTzF1XQtov12yv5ge",
"metadataSubtree": "custom_contract",
"metadata": {
"name": "Custom Contract",
"description": "Custom Contract Description",
"address": "0xf7ff9710f064341d4b0b063caec64cbd703b2c75",
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "licensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "percentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_FINAL_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "partialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "new_owner",
"type": "address"
}
],
"name": "transferContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT_APPROVED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "licensing_fee",
"type": "uint256"
}
],
"name": "setLicensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "licensingStatus",
"outputs": [
{
"name": "percentComplete",
"type": "uint8"
},
{
"name": "licensingFee",
"type": "uint256"
},
{
"name": "licensingFeePaid",
"type": "uint256"
},
{
"name": "valid",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "partial_payment",
"type": "uint8"
}
],
"name": "setPartialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent_partial",
"type": "uint8"
}
],
"name": "setPercentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
}
],
"name": "reclaimContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "percent_complete",
"type": "uint8"
},
{
"name": "note",
"type": "string"
}
],
"name": "reviewContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "content",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PayCredit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"factoryAbi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "licensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "percentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_FINAL_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "partialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "new_owner",
"type": "address"
}
],
"name": "transferContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT_APPROVED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "licensing_fee",
"type": "uint256"
}
],
"name": "setLicensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "licensingStatus",
"outputs": [
{
"name": "percentComplete",
"type": "uint8"
},
{
"name": "licensingFee",
"type": "uint256"
},
{
"name": "licensingFeePaid",
"type": "uint256"
},
{
"name": "valid",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "partial_payment",
"type": "uint8"
}
],
"name": "setPartialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent_partial",
"type": "uint8"
}
],
"name": "setPercentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
}
],
"name": "reclaimContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "percent_complete",
"type": "uint8"
},
{
"name": "note",
"type": "string"
}
],
"name": "reviewContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "content",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PayCredit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
]
}
});
<No Return Value>
- Source:
async ResetRegion() → Promise.<Object>
Reset fabric URLs to prefer the best region auto-detected by the fabric.
Note: Client must have been initialized with FromConfiguration
- Source:
async SendFunds({recipient,ether}) → Promise.<Object>
Send ether from this client's current signer to the specified recipient address
Parameters:
| Name | Type | Description |
|---|---|---|
recipient |
string |
Address of the recipient |
ether |
number |
Amount of ether to send |
Examples
async SendFunds({
"recipient": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"ether": 9.714129368
});
{
"to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"from": "0x640ef5a38971208959d1b954b684cBEFeC7c3602",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5208"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x18dd277e33479932326e284f31d4d6a80adcfe0cd1f0e65bbe67be0d112f2b4c",
"transactionHash": "0x3ab6e303877423f2ade4e96620c2b65fe6a17a98cfe34f188e51b10160a50350",
"logs": [],
"blockNumber": 117065,
"confirmations": 2,
"cumulativeGasUsed": {
"_hex": "0x5208"
},
"status": 1,
"byzantium": true
}
async SendFunds({
"recipient": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"ether": 49.090823544
});
{
"to": "0xd9DC97B58C5f2584062Cf69775d160ed9A3BFbC4",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x5208"
},
"logsBloom": "0x00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x82ee64d493b43e2352a657ea889f84bb1064559974ea8b8be262b8c335834d39",
"transactionHash": "0xe3626cd2914bd3129c72395bdea6af4eb014507095a57dd225f15d4ac4959089",
"logs": [],
"blockNumber": 117066,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x5208"
},
"status": 1,
"byzantium": true
}
- Source:
async SetAccessCharge({objectId,accessCharge})
Set the access charge for the specified object
Parameters:
| Name | Type | Description |
|---|---|---|
objectId |
string |
ID of the object |
accessCharge |
number | string |
The new access charge, in ether |
Example
- Source:
async SetContentLibraryImage({libraryId,image})
Set the image associated with this library
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library |
image |
Blob | ArrayBuffer | Buffer |
Image to upload |
Example
- Source:
async SetContentObjectImage({libraryId,objectId,image})
Set the image associated with this object
Note: The content type of the object must support /rep/image
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library |
objectId |
string |
ID of the object |
image |
Blob | ArrayBuffer | Buffer |
Image to upload |
Example
- Source:
async SetCustomContentContract({libraryId,objectId,customContractAddress,nameoptional,descriptionoptional,abi,factoryAbioptional,overridesoptional}) → Promise.<Object>
Set the custom contract of the specified object with the contract at the specified address
Note: This also updates the content object metadata with information about the contract - particularly the ABI
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the library |
|
objectId |
string |
ID of the object |
|
customContractAddress |
string |
Address of the deployed custom contract |
|
name |
string |
<optional> |
Optional name of the custom contract |
description |
string |
<optional> |
Optional description of the custom contract |
abi |
Object |
ABI of the custom contract |
|
factoryAbi |
Object |
<optional> |
If the custom contract is a factory, the ABI of the contract it deploys |
overrides |
Object |
<optional> |
Change default gasPrice or gasLimit used for this action |
Example
async SetCustomContentContract({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"name": "Custom Contract",
"description": "Custom Contract Description",
"customContractAddress": "0xf7ff9710f064341d4b0b063caec64cbd703b2c75",
"abi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "licensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "percentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_FINAL_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "partialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "new_owner",
"type": "address"
}
],
"name": "transferContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT_APPROVED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "licensing_fee",
"type": "uint256"
}
],
"name": "setLicensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "licensingStatus",
"outputs": [
{
"name": "percentComplete",
"type": "uint8"
},
{
"name": "licensingFee",
"type": "uint256"
},
{
"name": "licensingFeePaid",
"type": "uint256"
},
{
"name": "valid",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "partial_payment",
"type": "uint8"
}
],
"name": "setPartialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent_partial",
"type": "uint8"
}
],
"name": "setPercentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
}
],
"name": "reclaimContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "percent_complete",
"type": "uint8"
},
{
"name": "note",
"type": "string"
}
],
"name": "reviewContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "content",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PayCredit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
],
"factoryAbi": [
{
"constant": true,
"inputs": [],
"name": "creator",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "licensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccessInfo",
"outputs": [
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint8"
},
{
"name": "",
"type": "bytes32[]"
},
{
"name": "",
"type": "address[]"
}
],
"name": "runAccess",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "uint256"
}
],
"name": "runFinalize",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "percentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "amount",
"type": "uint256"
}
],
"name": "withdraw",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "proposed_status_code",
"type": "int256"
}
],
"name": "runStatusChange",
"outputs": [
{
"name": "",
"type": "int256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "kill",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "status_code",
"type": "int256"
}
],
"name": "runDescribeStatus",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "pure",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_FINAL_REVIEW",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "version",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_ACCESS",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newCreator",
"type": "address"
}
],
"name": "transferCreatorship",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runCreate",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "owner",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "partialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [],
"name": "runKill",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
},
{
"name": "new_owner",
"type": "address"
}
],
"name": "transferContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "contentSpace",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "STATUS_DRAFT_APPROVED",
"outputs": [
{
"name": "",
"type": "bytes32"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_SEE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "licensing_fee",
"type": "uint256"
}
],
"name": "setLicensingFee",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": true,
"inputs": [
{
"name": "",
"type": "address"
}
],
"name": "licensingStatus",
"outputs": [
{
"name": "percentComplete",
"type": "uint8"
},
{
"name": "licensingFee",
"type": "uint256"
},
{
"name": "licensingFeePaid",
"type": "uint256"
},
{
"name": "valid",
"type": "bool"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "partial_payment",
"type": "uint8"
}
],
"name": "setPartialPayment",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "percent_partial",
"type": "uint8"
}
],
"name": "setPercentPartial",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "",
"type": "uint256"
},
{
"name": "",
"type": "bool"
}
],
"name": "runGrant",
"outputs": [
{
"name": "",
"type": "uint256"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_address",
"type": "address"
}
],
"name": "reclaimContentOwnership",
"outputs": [
{
"name": "",
"type": "address"
}
],
"payable": true,
"stateMutability": "payable",
"type": "function"
},
{
"constant": true,
"inputs": [],
"name": "DEFAULT_CHARGE",
"outputs": [
{
"name": "",
"type": "uint8"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "newOwner",
"type": "address"
}
],
"name": "transferOwnership",
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"constant": false,
"inputs": [
{
"name": "content_contract",
"type": "address"
},
{
"name": "approved",
"type": "bool"
},
{
"name": "percent_complete",
"type": "uint8"
},
{
"name": "note",
"type": "string"
}
],
"name": "reviewContent",
"outputs": [
{
"name": "",
"type": "bool"
}
],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
},
{
"payable": true,
"stateMutability": "payable",
"type": "fallback"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "content",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "PayCredit",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
}
],
"name": "Log",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "a",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "uint256"
}
],
"name": "LogUint256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "u",
"type": "int256"
}
],
"name": "LogInt256",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "b",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "label",
"type": "string"
},
{
"indexed": false,
"name": "payee",
"type": "address"
},
{
"indexed": false,
"name": "amount",
"type": "uint256"
}
],
"name": "LogPayment",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunCreate",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunKill",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "proposedStatusCode",
"type": "int256"
},
{
"indexed": false,
"name": "returnStatusCode",
"type": "int256"
}
],
"name": "RunStatusChange",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "level",
"type": "uint8"
},
{
"indexed": false,
"name": "calculateAccessCharge",
"type": "int256"
}
],
"name": "RunAccessCharge",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunAccess",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"name": "requestID",
"type": "uint256"
},
{
"indexed": false,
"name": "result",
"type": "uint256"
}
],
"name": "RunFinalize",
"type": "event"
}
]
});
{
"to": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"from": "0x88D5b81Ea76577bEc472b26E17D3792EecFEcb36",
"contractAddress": null,
"transactionIndex": 0,
"gasUsed": {
"_hex": "0x1858a"
},
"logsBloom": "0x00000000040000000000000000000000000000000000000000000000000000000000080000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000008000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
"blockHash": "0x3f0cb6e8008452efa296a38269329ffd4fcda26df4fda37db8763ca0b2e1a342",
"transactionHash": "0x0c95bceb619bef80a651d06c27ec95fc4f3bdbc8741796e29e92c2316a071235",
"logs": [
{
"transactionIndex": 0,
"blockNumber": 117051,
"transactionHash": "0x0c95bceb619bef80a651d06c27ec95fc4f3bdbc8741796e29e92c2316a071235",
"address": "0x9E8D8b76B0d624519C5518819F29158879580c1A",
"topics": [
"0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7"
],
"data": "0x000000000000000000000000f7ff9710f064341d4b0b063caec64cbd703b2c75",
"logIndex": 0,
"blockHash": "0x3f0cb6e8008452efa296a38269329ffd4fcda26df4fda37db8763ca0b2e1a342",
"transactionLogIndex": 0,
"decode": "<function>",
"name": "SetContentContract",
"signature": "SetContentContract(address)",
"topic": "0xa6f2e38f0cfebf27212317fced3ac40bc62e00bd33f38d69603710740c69acb7",
"values": {
"0": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"contentContractAddress": "0xF7FF9710F064341D4b0b063caEc64Cbd703B2C75",
"length": 1
}
}
],
"blockNumber": 117051,
"confirmations": 1,
"cumulativeGasUsed": {
"_hex": "0x1858a"
},
"status": 1,
"byzantium": true
}
- Source:
SetNodes({fabricURIsoptional,ethereumURIsoptional})
Set the client to use the specified fabric and ethereum nodes, in preference order
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
fabricURIs |
Array.<string> |
<optional> |
A list of URLs for the fabric, in preference order |
ethereumURIs |
Array.<string> |
<optional> |
A list of URLs for the blockchain, in preference order |
- Source:
SetSigner({signer})
Set the signer for this client to use for blockchain transactions
Parameters:
| Name | Type | Description |
|---|---|---|
signer |
object |
The ethers.js signer object |
- Source:
async SetSignerFromWeb3Provider({provider})
Set the signer for this client to use for blockchain transactions from an existing web3 provider. Useful for integrating with MetaMask
Parameters:
| Name | Type | Description |
|---|---|---|
provider |
object |
The web3 provider object |
- Source:
async StartABRMezzanineJobs({libraryId,objectId,offeringKeyoptional,accessoptional}) → Promise.<Object>
Start any incomplete jobs on the specified mezzanine
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
ID of the mezzanine library |
||
objectId |
string |
ID of the mezzanine object |
||
offeringKey |
string |
<optional> |
default |
The offering to process |
access |
Object |
<optional> |
(S3) Region, bucket, access key and secret for S3 - Required if any files in the masters are S3 references
|
Example
async StartABRMezzanineJobs({
"libraryId": "ilib43HtXFiDvzMnTVKhPiVmPTfg7Hpb",
"objectId": "iq__qRVUqYeodSRyoMyLw5C7HFnKGQB",
"offeringKey": "default"
});
{
"lro_draft": {
"write_token": "tqw_9jjhTyD7vD17GjFyeWMVYgE6R8ETKzdsN",
"node": "https://host-35-233-145-232.test.contentfabric.io/"
},
"writeToken": "tqw_9jjhTyD7vD17GjFyeWMVYgE6R8ETKzdsN",
"data": [
"adc3d4ce-7b67-4a11-8808-270ce995fcac",
"884ae92d-d026-4225-a8e4-8bc489b56c7f"
],
"logs": [
"2019-11-12 19:14:28 Debug: getAvpReqCtx filePath=Video.mp4 qhot=hq__HgxRjUNFMveszw8MEVpcU6zDDi21CQwf4sCg7TFMVZSkw5LhMLaVHamrFZ5q9QokDNt58i5sYL key=hq__HgxRjUNFMveszw8MEVpcU6zDDi21CQwf4sCg7TFMVZSkw5LhMLaVHamrFZ5q9QokDNt58i5sYL.txAudio.Video.mp4",
"2019-11-12 19:14:28 Debug: getAvpReqCtx filePath=Video.mp4 qhot=hq__HgxRjUNFMveszw8MEVpcU6zDDi21CQwf4sCg7TFMVZSkw5LhMLaVHamrFZ5q9QokDNt58i5sYL key=hq__HgxRjUNFMveszw8MEVpcU6zDDi21CQwf4sCg7TFMVZSkw5LhMLaVHamrFZ5q9QokDNt58i5sYL.txVideo.Video.mp4"
],
"warnings": [],
"errors": []
}
- Source:
ToggleLogging(enable)
Enable or disable verbose logging
Parameters:
| Name | Type | Description |
|---|---|---|
enable |
boolean |
Set logging |
- Source:
async UploadFileFromStream({libraryId,objectId,writeToken,fileInfo,callbackoptional})
Upload a file to a content object from a Node.js file stream
Expected format of fileInfo:
{
path: string,
mime_type: string,
size: number,
stream: Stream
}
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the library |
|
objectId |
string |
ID of the object |
|
writeToken |
string |
Write token of the draft |
|
fileInfo |
Array.<object> |
Info about the file to upload, including its size, type, and stream |
|
callback |
function |
<optional> |
If specified, will be called after each job segment is finished with the current upload progress
|
- Source:
async UploadFiles({libraryId,objectId,writeToken,fileInfo,callbackoptional})
Upload files to a content object.
Expected format of fileInfo:
[ { path: string, mime_type: string, size: number, data: File | ArrayBuffer | Buffer } ]
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
libraryId |
string |
ID of the library |
|
objectId |
string |
ID of the object |
|
writeToken |
string |
Write token of the draft |
|
fileInfo |
Array.<object> |
List of files to upload, including their size, type, and contents |
|
callback |
function |
<optional> |
If specified, will be called after each job segment is finished with the current upload progress
|
Examples
async UploadFiles({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_D82nHJeATaoirUUZzMhTieyM7Ghgrvx6o",
"fileInfo": [
{
"path": "testDirectory/File 1",
"type": "file",
"mime_type": "text/plain",
"size": 100000
},
{
"path": "testDirectory/File 2",
"type": "file",
"mime_type": "text/plain",
"size": 100000
}
],
"callback": "<function>"
});
<No Return Value>
async UploadFiles({
"libraryId": "ilib2xKLSTREbeKmtvNGymye7aBsPCJd",
"objectId": "iq__26gUWeQaKPn9XBrvyHDQi5wP1hwx",
"writeToken": "tqw_2MMCUS6SM5w1uhn3B8gYw5k6mkvmLfUZi",
"fileInfo": [
{
"path": "Video.mp4",
"mime_type": "video/mp4",
"size": 3738907,
"type": "file"
}
]
});
<No Return Value>
- Source:
async UploadFilesFromS3({libraryId,objectId,writeToken,region,bucket,fileInfo,accessKey,secret,copy,callbackoptional})
Copy/reference files from S3 to a content object
Expected format of fileInfo:
[ { path: string, source: string } ]
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
ID of the library |
||
objectId |
string |
ID of the object |
||
writeToken |
string |
Write token of the draft |
||
region |
string |
AWS region to use |
||
bucket |
string |
AWS bucket to use |
||
fileInfo |
Array.<Object> |
List of files to reference/copy |
||
accessKey |
string |
AWS access key |
||
secret |
string |
AWS secret |
||
copy |
boolean | false |
If true, will copy the data from S3 into the fabric. Otherwise, a reference to the content will be made. |
|
callback |
function |
<optional> |
If specified, will be periodically called with current upload status
|
Examples
async UploadFilesFromS3({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_KbRCTmNW2BYaEc6t2kSxTS48rWE4L26M1",
"fileInfo": [
{
"path": "s3-copy",
"source": "ENTIRE_CREED_2min_.mp4"
}
],
"region": "us-west-1",
"bucket": "eluvio-mez-test",
"accessKey": "<filtered>",
"secret": "<filtered>",
"copy": true,
"callback": "<function>"
});
<No Return Value>
async UploadFilesFromS3({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_LFJkPGfDZycJoPLH8XcM3CPDbrV4gknV3",
"fileInfo": [
{
"path": "s3-reference",
"source": "ENTIRE_CREED_2min_.mp4"
}
],
"region": "us-west-1",
"bucket": "eluvio-mez-test",
"accessKey": "<filtered>",
"secret": "<filtered>",
"copy": false,
"callback": "<function>"
});
<No Return Value>
- Source:
async UploadPart({libraryId,objectId,writeToken,data,chunkSizeoptional,encryptionoptional}) → Promise.<Object>
Upload part to an object draft
Note: If uploading a large file (especially with an HTML file and/or when using the FrameClient) it is recommended to use the CreatePart + UploadPartChunk + FinalizePart flow to upload the file in smaller chunks.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
ID of the library |
||
objectId |
string |
ID of the object |
||
writeToken |
string |
Write token of the content object draft |
||
data |
File | ArrayBuffer | Buffer |
Data to upload |
||
chunkSize |
number |
<optional> |
1000000 |
(1MB) - Chunk size, in bytes |
encryption |
string |
<optional> |
none |
Desired encryption scheme. Options: 'none (default)', 'cgck' |
Examples
async UploadPart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"writeToken": "tqw_Cxgvqe2bTSUThQR1Te2YdAePUsd1PMxeK",
"data": "<ArrayBuffer 101254>",
"encrypted": false
});
{
"content": {
"id": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"write_token": "tqw_Cxgvqe2bTSUThQR1Te2YdAePUsd1PMxeK",
"type": "hq__9F7Roe1547dPZ98N3KtipdwU9fL2o4VPUXJhtsPs29gGSRJ9D14jPchwt6HwYwjTVVBxPBzrwL"
},
"part": {
"hash": "hqp_97acrTzL3kEEQfu8UCLS4EcShUv7eMyozWF1s5Rmi1HLTa3o",
"size": 101254
}
}
async UploadPart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_PobeAWQkUwnLx1QEekaKMJybhriBQeKwy",
"data": "<ArrayBuffer 100000>"
});
{
"content": {
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_PobeAWQkUwnLx1QEekaKMJybhriBQeKwy",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
},
"part": {
"hash": "hqp_98oTyxYcSNoYWD4KhBNhCW6Nhqttkg3XBfAGXPXsU5zuDrys",
"size": 100000
}
}
async UploadPart({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_BaC8YtTwSPshpKGNXvskGovaoC9SSEBTW",
"data": "<ArrayBuffer 100000>",
"encryption": "cgck"
});
{
"content": {
"id": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"write_token": "tqw_BaC8YtTwSPshpKGNXvskGovaoC9SSEBTW",
"type": "hq__5jJn8W3rdTqNgC4gcSqhxordSC1KUSsUHPQCsMixo2pMi94PCCfY5TvwRtbruQNa9whTHBvG67"
},
"part": {
"hash": "hqpeJCGU6mVVBE5sFyGnn31ZjQtawiUhnLF8rpCDrHDT24rsvGow",
"size": 102657
}
}
- Source:
async UploadPartChunk({libraryId,objectId,writeToken,partWriteToken,chunk,encryptionoptional}) → Promise.<string>
Upload data to an open part draft
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
libraryId |
string |
ID of the library |
||
objectId |
string |
ID of the object |
||
writeToken |
string |
Write token of the content object draft |
||
partWriteToken |
string |
Write token of the part |
||
chunk |
ArrayBuffer | Buffer |
Data to upload |
||
encryption |
string |
<optional> |
none |
Desired encryption scheme. Options: 'none (default)', 'cgck' |
Examples
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__36JSC6JrbtuFA3cBx97J76tduvMY",
"writeToken": "tqw_Cxgvqe2bTSUThQR1Te2YdAePUsd1PMxeK",
"partWriteToken": "tqpwGajkg852qPS2hc6nHcc6o69PtLrJfFKGo",
"chunk": "<ArrayBuffer 101254>",
"encryption": "none"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_PobeAWQkUwnLx1QEekaKMJybhriBQeKwy",
"partWriteToken": "tqpw7BoMEum8x9rtg49JtaJ8oRFRRbCK168NU",
"chunk": "<ArrayBuffer 100000>",
"encryption": "none"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_BaC8YtTwSPshpKGNXvskGovaoC9SSEBTW",
"partWriteToken": "tqpw3RR2ezipR8CoZfRLhHkiFcWVhVcxubcJw",
"chunk": "<ArrayBuffer 100000>",
"encryption": "cgck"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"partWriteToken": "tqpwQ42ndp9pEvV7AjWK1KJvkMWx15rkTg4Cy",
"chunk": "<ArrayBuffer 10000>"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"partWriteToken": "tqpwQ42ndp9pEvV7AjWK1KJvkMWx15rkTg4Cy",
"chunk": "<ArrayBuffer 10000>"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"partWriteToken": "tqpwQ42ndp9pEvV7AjWK1KJvkMWx15rkTg4Cy",
"chunk": "<ArrayBuffer 10000>"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"partWriteToken": "tqpwQ42ndp9pEvV7AjWK1KJvkMWx15rkTg4Cy",
"chunk": "<ArrayBuffer 10000>"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"partWriteToken": "tqpwQ42ndp9pEvV7AjWK1KJvkMWx15rkTg4Cy",
"chunk": "<ArrayBuffer 10000>"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"partWriteToken": "tqpwQ42ndp9pEvV7AjWK1KJvkMWx15rkTg4Cy",
"chunk": "<ArrayBuffer 10000>"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"partWriteToken": "tqpwQ42ndp9pEvV7AjWK1KJvkMWx15rkTg4Cy",
"chunk": "<ArrayBuffer 10000>"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"partWriteToken": "tqpwQ42ndp9pEvV7AjWK1KJvkMWx15rkTg4Cy",
"chunk": "<ArrayBuffer 10000>"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"partWriteToken": "tqpwQ42ndp9pEvV7AjWK1KJvkMWx15rkTg4Cy",
"chunk": "<ArrayBuffer 10000>"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6yyxQgmwQF34YzqcGrkRAMTtPDLpBNxC7",
"partWriteToken": "tqpwQ42ndp9pEvV7AjWK1KJvkMWx15rkTg4Cy",
"chunk": "<ArrayBuffer 10000>"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"partWriteToken": "tqpw7UZpiFV4NAndRwThfbUjZxjttXnYeGgT8",
"chunk": "<ArrayBuffer 10000>",
"encryption": "cgck"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"partWriteToken": "tqpw7UZpiFV4NAndRwThfbUjZxjttXnYeGgT8",
"chunk": "<ArrayBuffer 10000>",
"encryption": "cgck"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"partWriteToken": "tqpw7UZpiFV4NAndRwThfbUjZxjttXnYeGgT8",
"chunk": "<ArrayBuffer 10000>",
"encryption": "cgck"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"partWriteToken": "tqpw7UZpiFV4NAndRwThfbUjZxjttXnYeGgT8",
"chunk": "<ArrayBuffer 10000>",
"encryption": "cgck"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"partWriteToken": "tqpw7UZpiFV4NAndRwThfbUjZxjttXnYeGgT8",
"chunk": "<ArrayBuffer 10000>",
"encryption": "cgck"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"partWriteToken": "tqpw7UZpiFV4NAndRwThfbUjZxjttXnYeGgT8",
"chunk": "<ArrayBuffer 10000>",
"encryption": "cgck"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"partWriteToken": "tqpw7UZpiFV4NAndRwThfbUjZxjttXnYeGgT8",
"chunk": "<ArrayBuffer 10000>",
"encryption": "cgck"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"partWriteToken": "tqpw7UZpiFV4NAndRwThfbUjZxjttXnYeGgT8",
"chunk": "<ArrayBuffer 10000>",
"encryption": "cgck"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"partWriteToken": "tqpw7UZpiFV4NAndRwThfbUjZxjttXnYeGgT8",
"chunk": "<ArrayBuffer 10000>",
"encryption": "cgck"
});
<No Return Value>
async UploadPartChunk({
"libraryId": "ilib36JSC6JrbtuFA3cBx97J76tduvMY",
"objectId": "iq__3D7mZR7SFsiPjCN3tTgxQM5Yy9FX",
"writeToken": "tqw_6F6Vk2k2ee6ib1urfSS8RNwSQkPwy9MoJ",
"partWriteToken": "tqpw7UZpiFV4NAndRwThfbUjZxjttXnYeGgT8",
"chunk": "<ArrayBuffer 10000>",
"encryption": "cgck"
});
<No Return Value>
- Source:
async UseRegion({region}) → Promise.<Object>
Update fabric URLs to prefer the specified region.
Note: Client must have been initialized with FromConfiguration
Parameters:
| Name | Type | Description |
|---|---|---|
region |
string |
Preferred region - the fabric will auto-detect the best region if not specified
|
- Source:
async VerifyContentObject({libraryId,objectId,versionHash}) → Promise.<Object>
Verify the specified content object
Parameters:
| Name | Type | Description |
|---|---|---|
libraryId |
string |
ID of the library |
objectId |
string |
ID of the object |
versionHash |
string |
Hash of the content object version |
Example
async VerifyContentObject({
"libraryId": "ilibSJ8iYvzKwShsfVhU3pH8CJDwuMX",
"objectId": "iq__3SJTyndAy3kCDpbfe2R19qMDHrQg",
"versionHash": "hq__QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8"
});
{
"hash": "hq__QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8",
"qref": {
"valid": true,
"hash": "hqp_QmYRRkkwghdhksw3pcnNwhjKQWCkWowDwMY7Kg21ZU1nf8"
},
"qmd": {
"valid": true,
"hash": "hqp_QmQNGx4dX7eiQbBffXtrDd6Xg13osamJCVujxVLym5y6SU",
"check": {
"valid": true,
"invalidValues": []
}
},
"qstruct": {
"valid": true,
"hash": "hqp_QmTF5DchL9iNLvtuD4h1W8ZBDZcvPzKePxvzGQfNDUdvdm",
"parts": []
},
"valid": true
}
- Source: